Html Css Color HEX #094BDB Navy Blue

📋 copy color: '#094BDB'

red 9 ◦ green 75 ◦ blue 219

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

Shades of Navy Blue #094BDB

Tints of Navy Blue #094BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

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

R = 2.97%
G = 24.75%
B = 72.28%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#094BDB (or 0x094BDB) is known color: Navy Blue. HEX triplet: 09, 4B and DB. RGB value is (9,75,219). Sum of RGB (Red+Green+Blue) = 9+75+219=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #094BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BDB is #F6B424. Grayscale: #474747. Windows color (decimal): -16167973 or 14371593. OLE color: 14371593.

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

Color convert

RGB 9 75 219 -
CMYK 0.96 0.66 0 0.14
HSL 221.14º 0.92% 0.45% -
HSV(B) 221.14º 0.96% 0.86% -
XYZ 15.41 10.2 68.18 -
YUV 71.68 211.13 83.29 -
System Red Green Blue C M Y K H S L
Decimal 9 75 219 0.96 0.66 0 0.14 221.14 0.92 0.45
Hex 9 4B DB 60 42 0 E DD 5C 2D
Octal 11 113 333 140 102 0 16 335 134 55
Binary 1001 1001011 11011011 1100000 1000010 0 1110 11011101 1011100 101101

Color Harmonies of #094BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BDB

Black with #094BDB

Text Example


Text Example

White with #094BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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