#0950DA

Color #0950DA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0950DA

Tints of Navy Blue #0950DA

Color information

#0950DA (or 0x0950DA) is unknown color: approx Navy Blue. HEX triplet: 09, 50 and DA. RGB value is (9,80,218). Sum of RGB (Red+Green+Blue) = 9+80+218=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #0950DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950DA is #F6AF25. Grayscale: #494949. Windows color (decimal): -16166694 or 14307337. OLE color: 14307337.

HSL color Cylindrical-coordinate representation of color #0950DA: hue angle of 219.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950DA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB980218-
CMYK0.960.6300.15
HSL219.62º92.07%44.51%-
HSV(B)219.62º95.87%85.49%-
XYZ15.6410.8667.6-
YUV74.5208.9881.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 218 (85.55% from 255) = 71.01%
R=2.93%
G=26.06%
B=71.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal9802180.960.6300.15219.6292.0744.51
Hex950DA603F0Fdc5c2d
Octal111203321407701733413455
Binary1001101000011011010110000011111101111110111001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0950DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0950DA; }

 p { color: rgb(9,80,218); }

 H1.HeaderClassName
 {
   color: #0950DA;
 }
 .AnyTagClassName
 {
   color: #0950DA;
 }
</style>
background-color css

<style>
 a { background-color: #0950DA; }

 a { background-color: rgb(9,80,218); }

 div.DivClassName
 {
   background-color: #0950DA;
 }
 .BgClassName
 {
   background-color: #0950DA;
 }
</style>
border-color css

<style>
 span { border-color: #0950DA; }

 span { border-color: rgb(9,80,218); }

 td.TdClassName
 {
   border-color: #0950DA;
 }
 .TagClassName
 {
   border-color: #0950DA;
 }
</style>