Html Css Color HEX #096CE8 Navy Blue

📋 copy color: '#096CE8'

red 9 ◦ green 108 ◦ blue 232

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

Shades of Navy Blue #096CE8

Tints of Navy Blue #096CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 66.48%

R = 2.58%
G = 30.95%
B = 66.48%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#096CE8 (or 0x096CE8) is known color: Navy Blue. HEX triplet: 09, 6C and E8. RGB value is (9,108,232). Sum of RGB (Red+Green+Blue) = 9+108+232=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #096CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CE8 is #F69317. Grayscale: #5B5B5B. Windows color (decimal): -16159512 or 15232009. OLE color: 15232009.

HSL color Cylindrical-coordinate representation of color #096CE8: hue angle of 213.36º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CE8 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 108 232 -
CMYK 0.96 0.53 0 0.09
HSL 213.36º 0.93% 0.47% -
HSV(B) 213.36º 0.96% 0.91% -
XYZ 20.04 16.61 78.49 -
YUV 92.54 206.7 68.42 -
System Red Green Blue C M Y K H S L
Decimal 9 108 232 0.96 0.53 0 0.09 213.36 0.93 0.47
Hex 9 6C E8 60 35 0 9 D5 5D 2F
Octal 11 154 350 140 65 0 11 325 135 57
Binary 1001 1101100 11101000 1100000 110101 0 1001 11010101 1011101 101111

Color Harmonies of #096CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CE8

Black with #096CE8

Text Example


Text Example

White with #096CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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