Html Css Color HEX #094BDD Navy Blue

📋 copy color: '#094BDD'

red 9 ◦ green 75 ◦ blue 221

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

Shades of Navy Blue #094BDD

Tints of Navy Blue #094BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 2.95%
G = 24.59%
B = 72.46%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094BDD (or 0x094BDD) is known color: Navy Blue. HEX triplet: 09, 4B and DD. RGB value is (9,75,221). Sum of RGB (Red+Green+Blue) = 9+75+221=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #094BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BDD is #F6B422. Grayscale: #474747. Windows color (decimal): -16167971 or 14502665. OLE color: 14502665.

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

Color convert

RGB 9 75 221 -
CMYK 0.96 0.66 0 0.13
HSL 221.32º 0.92% 0.45% -
HSV(B) 221.32º 0.96% 0.87% -
XYZ 15.68 10.31 69.57 -
YUV 71.91 212.13 83.13 -
System Red Green Blue C M Y K H S L
Decimal 9 75 221 0.96 0.66 0 0.13 221.32 0.92 0.45
Hex 9 4B DD 60 42 0 D DD 5C 2D
Octal 11 113 335 140 102 0 15 335 134 55
Binary 1001 1001011 11011101 1100000 1000010 0 1101 11011101 1011100 101101

Color Harmonies of #094BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BDD

Black with #094BDD

Text Example


Text Example

White with #094BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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