Html Css Color HEX #096FD8 Navy Blue

📋 copy color: '#096FD8'

red 9 ◦ green 111 ◦ blue 216

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

Shades of Navy Blue #096FD8

Tints of Navy Blue #096FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 216 (84.77% from 255) = 64.29%

R = 2.68%
G = 33.04%
B = 64.29%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096FD8 (or 0x096FD8) is known color: Navy Blue. HEX triplet: 09, 6F and D8. RGB value is (9,111,216). Sum of RGB (Red+Green+Blue) = 9+111+216=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #096FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FD8 is #F69027. Grayscale: #5B5B5B. Windows color (decimal): -16158760 or 14184201. OLE color: 14184201.

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

Color convert

RGB 9 111 216 -
CMYK 0.96 0.49 0 0.15
HSL 210.43º 0.92% 0.44% -
HSV(B) 210.43º 0.96% 0.85% -
XYZ 18.19 16.38 67.17 -
YUV 92.47 197.71 68.46 -
System Red Green Blue C M Y K H S L
Decimal 9 111 216 0.96 0.49 0 0.15 210.43 0.92 0.44
Hex 9 6F D8 60 31 0 F D2 5C 2C
Octal 11 157 330 140 61 0 17 322 134 54
Binary 1001 1101111 11011000 1100000 110001 0 1111 11010010 1011100 101100

Color Harmonies of #096FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FD8

Black with #096FD8

Text Example


Text Example

White with #096FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,216); }

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

background-color css

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

 a { background-color: rgb(9,111,216); }

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

border-color css

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

 span { border-color: rgb(9,111,216); }

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