Html Css Color HEX #096CE6 Navy Blue

📋 copy color: '#096CE6'

red 9 ◦ green 108 ◦ blue 230

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

Shades of Navy Blue #096CE6

Tints of Navy Blue #096CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 66.28%

R = 2.59%
G = 31.12%
B = 66.28%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#096CE6 (or 0x096CE6) is known color: Navy Blue. HEX triplet: 09, 6C and E6. RGB value is (9,108,230). Sum of RGB (Red+Green+Blue) = 9+108+230=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #096CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CE6 is #F69319. Grayscale: #5B5B5B. Windows color (decimal): -16159514 or 15100937. OLE color: 15100937.

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

Color convert

RGB 9 108 230 -
CMYK 0.96 0.53 0 0.10
HSL 213.12º 0.92% 0.47% -
HSV(B) 213.12º 0.96% 0.9% -
XYZ 19.76 16.5 77.01 -
YUV 92.31 205.7 68.58 -
System Red Green Blue C M Y K H S L
Decimal 9 108 230 0.96 0.53 0 0.10 213.12 0.92 0.47
Hex 9 6C E6 60 35 0 A D5 5C 2F
Octal 11 154 346 140 65 0 12 325 134 57
Binary 1001 1101100 11100110 1100000 110101 0 1010 11010101 1011100 101111

Color Harmonies of #096CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CE6

Black with #096CE6

Text Example


Text Example

White with #096CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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