Html Css Color HEX #096BE6 Navy Blue

📋 copy color: '#096BE6'

red 9 ◦ green 107 ◦ blue 230

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

Shades of Navy Blue #096BE6

Tints of Navy Blue #096BE6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 2.6%
G = 30.92%
B = 66.47%

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

#096BE6 (or 0x096BE6) is known color: Navy Blue. HEX triplet: 09, 6B and E6. RGB value is (9,107,230). Sum of RGB (Red+Green+Blue) = 9+107+230=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #096BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BE6 is #F69419. Grayscale: #5B5B5B. Windows color (decimal): -16159770 or 15100681. OLE color: 15100681.

HSL color Cylindrical-coordinate representation of color #096BE6: hue angle of 213.39º 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 #096BE6 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 107 230 -
CMYK 0.96 0.53 0 0.10
HSL 213.39º 0.92% 0.47% -
HSV(B) 213.39º 0.96% 0.9% -
XYZ 19.65 16.29 76.97 -
YUV 91.72 206.03 69 -
System Red Green Blue C M Y K H S L
Decimal 9 107 230 0.96 0.53 0 0.10 213.39 0.92 0.47
Hex 9 6B E6 60 35 0 A D5 5C 2F
Octal 11 153 346 140 65 0 12 325 134 57
Binary 1001 1101011 11100110 1100000 110101 0 1010 11010101 1011100 101111

Color Harmonies of #096BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BE6

Black with #096BE6

Text Example


Text Example

White with #096BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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