Html Css Color HEX #096DDB Navy Blue

📋 copy color: '#096DDB'

red 9 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #096DDB

Tints of Navy Blue #096DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 2.67%
G = 32.34%
B = 64.99%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#096DDB (or 0x096DDB) is known color: Navy Blue. HEX triplet: 09, 6D and DB. RGB value is (9,109,219). Sum of RGB (Red+Green+Blue) = 9+109+219=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #096DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DDB is #F69224. Grayscale: #5B5B5B. Windows color (decimal): -16159269 or 14380297. OLE color: 14380297.

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

Color convert

RGB 9 109 219 -
CMYK 0.96 0.50 0 0.14
HSL 211.43º 0.92% 0.45% -
HSV(B) 211.43º 0.96% 0.86% -
XYZ 18.37 16.11 69.16 -
YUV 91.64 199.87 69.06 -
System Red Green Blue C M Y K H S L
Decimal 9 109 219 0.96 0.50 0 0.14 211.43 0.92 0.45
Hex 9 6D DB 60 32 0 E D3 5C 2D
Octal 11 155 333 140 62 0 16 323 134 55
Binary 1001 1101101 11011011 1100000 110010 0 1110 11010011 1011100 101101

Color Harmonies of #096DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DDB

Black with #096DDB

Text Example


Text Example

White with #096DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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