Html Css Color HEX #096AC4 Navy Blue

📋 copy color: '#096AC4'

red 9 ◦ green 106 ◦ blue 196

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

Shades of Navy Blue #096AC4

Tints of Navy Blue #096AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.08%

 BLUE value IS 196 (76.95% from 255) = 63.02%

R = 2.89%
G = 34.08%
B = 63.02%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#096AC4 (or 0x096AC4) is known color: Navy Blue. HEX triplet: 09, 6A and C4. RGB value is (9,106,196). Sum of RGB (Red+Green+Blue) = 9+106+196=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #096AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC4 is #F6953B. Grayscale: #565656. Windows color (decimal): -16160060 or 12872201. OLE color: 12872201.

HSL color Cylindrical-coordinate representation of color #096AC4: hue angle of 208.88º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC4 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 106 196 -
CMYK 0.95 0.46 0 0.23
HSL 208.88º 0.91% 0.4% -
HSV(B) 208.88º 0.95% 0.77% -
XYZ 15.23 14.35 54.19 -
YUV 87.26 189.36 72.18 -
System Red Green Blue C M Y K H S L
Decimal 9 106 196 0.95 0.46 0 0.23 208.88 0.91 0.4
Hex 9 6A C4 5F 2E 0 17 D1 5B 28
Octal 11 152 304 137 56 0 27 321 133 50
Binary 1001 1101010 11000100 1011111 101110 0 10111 11010001 1011011 101000

Color Harmonies of #096AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AC4

Black with #096AC4

Text Example


Text Example

White with #096AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,196); }

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

background-color css

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

 a { background-color: rgb(9,106,196); }

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

border-color css

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

 span { border-color: rgb(9,106,196); }

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