Html Css Color HEX #094CDE Navy Blue

📋 copy color: '#094CDE'

red 9 ◦ green 76 ◦ blue 222

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

Shades of Navy Blue #094CDE

Tints of Navy Blue #094CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 222 (87.11% from 255) = 72.31%

R = 2.93%
G = 24.76%
B = 72.31%

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

#094CDE (or 0x094CDE) is known color: Navy Blue. HEX triplet: 09, 4C and DE. RGB value is (9,76,222). Sum of RGB (Red+Green+Blue) = 9+76+222=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #094CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CDE is #F6B321. Grayscale: #474747. Windows color (decimal): -16167714 or 14568457. OLE color: 14568457.

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

Color convert

RGB 9 76 222 -
CMYK 0.96 0.66 0 0.13
HSL 221.13º 0.92% 0.45% -
HSV(B) 221.13º 0.96% 0.87% -
XYZ 15.88 10.5 70.3 -
YUV 72.61 212.3 82.63 -
System Red Green Blue C M Y K H S L
Decimal 9 76 222 0.96 0.66 0 0.13 221.13 0.92 0.45
Hex 9 4C DE 60 42 0 D DD 5C 2D
Octal 11 114 336 140 102 0 15 335 134 55
Binary 1001 1001100 11011110 1100000 1000010 0 1101 11011101 1011100 101101

Color Harmonies of #094CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CDE

Black with #094CDE

Text Example


Text Example

White with #094CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,222); }

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

background-color css

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

 a { background-color: rgb(9,76,222); }

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

border-color css

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

 span { border-color: rgb(9,76,222); }

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