Html Css Color HEX #096BDE Navy Blue

📋 copy color: '#096BDE'

red 9 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #096BDE

Tints of Navy Blue #096BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 2.66%
G = 31.66%
B = 65.68%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096BDE (or 0x096BDE) is known color: Navy Blue. HEX triplet: 09, 6B and DE. RGB value is (9,107,222). Sum of RGB (Red+Green+Blue) = 9+107+222=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #096BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BDE is #F69421. Grayscale: #5A5A5A. Windows color (decimal): -16159778 or 14576393. OLE color: 14576393.

HSL color Cylindrical-coordinate representation of color #096BDE: hue angle of 212.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BDE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 107 222 -
CMYK 0.96 0.52 0 0.13
HSL 212.39º 0.92% 0.45% -
HSV(B) 212.39º 0.96% 0.87% -
XYZ 18.56 15.85 71.19 -
YUV 90.81 202.03 69.65 -
System Red Green Blue C M Y K H S L
Decimal 9 107 222 0.96 0.52 0 0.13 212.39 0.92 0.45
Hex 9 6B DE 60 34 0 D D4 5C 2D
Octal 11 153 336 140 64 0 15 324 134 55
Binary 1001 1101011 11011110 1100000 110100 0 1101 11010100 1011100 101101

Color Harmonies of #096BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BDE

Black with #096BDE

Text Example


Text Example

White with #096BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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