Html Css Color HEX #096DC4 Navy Blue

📋 copy color: '#096DC4'

red 9 ◦ green 109 ◦ blue 196

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

Shades of Navy Blue #096DC4

Tints of Navy Blue #096DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

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

R = 2.87%
G = 34.71%
B = 62.42%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#096DC4 (or 0x096DC4) is known color: Navy Blue. HEX triplet: 09, 6D and C4. RGB value is (9,109,196). Sum of RGB (Red+Green+Blue) = 9+109+196=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #096DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DC4 is #F6923B. Grayscale: #585858. Windows color (decimal): -16159292 or 12872969. OLE color: 12872969.

HSL color Cylindrical-coordinate representation of color #096DC4: hue angle of 207.91º 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 #096DC4 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 109 196 -
CMYK 0.95 0.44 0 0.23
HSL 207.91º 0.91% 0.4% -
HSV(B) 207.91º 0.95% 0.77% -
XYZ 15.55 14.98 54.3 -
YUV 89.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 9 109 196 0.95 0.44 0 0.23 207.91 0.91 0.4
Hex 9 6D C4 5F 2C 0 17 D0 5B 28
Octal 11 155 304 137 54 0 27 320 133 50
Binary 1001 1101101 11000100 1011111 101100 0 10111 11010000 1011011 101000

Color Harmonies of #096DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DC4

Black with #096DC4

Text Example


Text Example

White with #096DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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