Html Css Color HEX #094CED Navy Blue

📋 copy color: '#094CED'

red 9 ◦ green 76 ◦ blue 237

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

Shades of Navy Blue #094CED

Tints of Navy Blue #094CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.6%

R = 2.8%
G = 23.6%
B = 73.6%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094CED (or 0x094CED) is known color: Navy Blue. HEX triplet: 09, 4C and ED. RGB value is (9,76,237). Sum of RGB (Red+Green+Blue) = 9+76+237=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #094CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CED is #F6B312. Grayscale: #494949. Windows color (decimal): -16167699 or 15551497. OLE color: 15551497.

HSL color Cylindrical-coordinate representation of color #094CED: hue angle of 222.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CED is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 76 237 -
CMYK 0.96 0.68 0 0.07
HSL 222.37º 0.93% 0.48% -
HSV(B) 222.37º 0.96% 0.93% -
XYZ 17.98 11.34 81.36 -
YUV 74.32 219.8 81.41 -
System Red Green Blue C M Y K H S L
Decimal 9 76 237 0.96 0.68 0 0.07 222.37 0.93 0.48
Hex 9 4C ED 60 44 0 7 DE 5D 30
Octal 11 114 355 140 104 0 7 336 135 60
Binary 1001 1001100 11101101 1100000 1000100 0 111 11011110 1011101 110000

Color Harmonies of #094CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CED

Black with #094CED

Text Example


Text Example

White with #094CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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