Html Css Color HEX #096BCE Navy Blue

📋 copy color: '#096BCE'

red 9 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #096BCE

Tints of Navy Blue #096BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 2.8%
G = 33.23%
B = 63.98%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096BCE (or 0x096BCE) is known color: Navy Blue. HEX triplet: 09, 6B and CE. RGB value is (9,107,206). Sum of RGB (Red+Green+Blue) = 9+107+206=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #096BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCE is #F69431. Grayscale: #585858. Windows color (decimal): -16159794 or 13527817. OLE color: 13527817.

HSL color Cylindrical-coordinate representation of color #096BCE: hue angle of 210.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BCE is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 107 206 -
CMYK 0.96 0.48 0 0.19
HSL 210.15º 0.92% 0.42% -
HSV(B) 210.15º 0.96% 0.81% -
XYZ 16.51 15.03 60.42 -
YUV 88.98 194.03 70.95 -
System Red Green Blue C M Y K H S L
Decimal 9 107 206 0.96 0.48 0 0.19 210.15 0.92 0.42
Hex 9 6B CE 60 30 0 13 D2 5C 2A
Octal 11 153 316 140 60 0 23 322 134 52
Binary 1001 1101011 11001110 1100000 110000 0 10011 11010010 1011100 101010

Color Harmonies of #096BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BCE

Black with #096BCE

Text Example


Text Example

White with #096BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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