Html Css Color HEX #094BDC Navy Blue

📋 copy color: '#094BDC'

red 9 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #094BDC

Tints of Navy Blue #094BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 2.96%
G = 24.67%
B = 72.37%

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

#094BDC (or 0x094BDC) is known color: Navy Blue. HEX triplet: 09, 4B and DC. RGB value is (9,75,220). Sum of RGB (Red+Green+Blue) = 9+75+220=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #094BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BDC is #F6B423. Grayscale: #474747. Windows color (decimal): -16167972 or 14437129. OLE color: 14437129.

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

Color convert

RGB 9 75 220 -
CMYK 0.96 0.66 0 0.14
HSL 221.23º 0.92% 0.45% -
HSV(B) 221.23º 0.96% 0.86% -
XYZ 15.55 10.26 68.87 -
YUV 71.8 211.63 83.21 -
System Red Green Blue C M Y K H S L
Decimal 9 75 220 0.96 0.66 0 0.14 221.23 0.92 0.45
Hex 9 4B DC 60 42 0 E DD 5C 2D
Octal 11 113 334 140 102 0 16 335 134 55
Binary 1001 1001011 11011100 1100000 1000010 0 1110 11011101 1011100 101101

Color Harmonies of #094BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BDC

Black with #094BDC

Text Example


Text Example

White with #094BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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