Html Css Color HEX #096BDB Navy Blue

📋 copy color: '#096BDB'

red 9 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #096BDB

Tints of Navy Blue #096BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 2.69%
G = 31.94%
B = 65.37%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#096BDB (or 0x096BDB) is known color: Navy Blue. HEX triplet: 09, 6B and DB. RGB value is (9,107,219). Sum of RGB (Red+Green+Blue) = 9+107+219=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #096BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BDB is #F69424. Grayscale: #595959. Windows color (decimal): -16159781 or 14379785. OLE color: 14379785.

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

Color convert

RGB 9 107 219 -
CMYK 0.96 0.51 0 0.14
HSL 212º 0.92% 0.45% -
HSV(B) 212º 0.96% 0.86% -
XYZ 18.16 15.69 69.09 -
YUV 90.47 200.53 69.89 -
System Red Green Blue C M Y K H S L
Decimal 9 107 219 0.96 0.51 0 0.14 212 0.92 0.45
Hex 9 6B DB 60 33 0 E D4 5C 2D
Octal 11 153 333 140 63 0 16 324 134 55
Binary 1001 1101011 11011011 1100000 110011 0 1110 11010100 1011100 101101

Color Harmonies of #096BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BDB

Black with #096BDB

Text Example


Text Example

White with #096BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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