Html Css Color HEX #096CC9 Navy Blue

📋 copy color: '#096CC9'

red 9 ◦ green 108 ◦ blue 201

#096CC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #096CC9

Tints of Navy Blue #096CC9

RGB

 RED value IS 9 (3.91% from 255) = 2.83%

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 201 (78.91% from 255) = 63.21%

R = 2.83%
G = 33.96%
B = 63.21%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#096CC9 (or 0x096CC9) is known color: Navy Blue. HEX triplet: 09, 6C and C9. RGB value is (9,108,201). Sum of RGB (Red+Green+Blue) = 9+108+201=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #096CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CC9 is #F69336. Grayscale: #585858. Windows color (decimal): -16159543 or 13200393. OLE color: 13200393.

HSL color Cylindrical-coordinate representation of color #096CC9: hue angle of 209.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CC9 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 108 201 -
CMYK 0.96 0.46 0 0.21
HSL 209.06º 0.91% 0.41% -
HSV(B) 209.06º 0.96% 0.79% -
XYZ 16.02 15 57.31 -
YUV 89 191.2 70.94 -
System Red Green Blue C M Y K H S L
Decimal 9 108 201 0.96 0.46 0 0.21 209.06 0.91 0.41
Hex 9 6C C9 60 2E 0 15 D1 5B 29
Octal 11 154 311 140 56 0 25 321 133 51
Binary 1001 1101100 11001001 1100000 101110 0 10101 11010001 1011011 101001

Color Harmonies of #096CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CC9

Black with #096CC9

Text Example


Text Example

White with #096CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096CC9; }

 p { color: rgb(9,108,201); }

 H1.HeaderClassName
 {
   color: #096CC9;
 }
 .AnyTagClassName
 {
   color: #096CC9;
 }
</style>

background-color css

<style>
 a { background-color: #096CC9; }

 a { background-color: rgb(9,108,201); }

 div.DivClassName
 {
   background-color: #096CC9;
 }
 .BgClassName
 {
   background-color: #096CC9;
 }
</style>

border-color css

<style>
 span { border-color: #096CC9; }

 span { border-color: rgb(9,108,201); }

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