Html Css Color HEX #094CE1 Navy Blue

📋 copy color: '#094CE1'

red 9 ◦ green 76 ◦ blue 225

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

Shades of Navy Blue #094CE1

Tints of Navy Blue #094CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 72.58%

R = 2.9%
G = 24.52%
B = 72.58%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#094CE1 (or 0x094CE1) is known color: Navy Blue. HEX triplet: 09, 4C and E1. RGB value is (9,76,225). Sum of RGB (Red+Green+Blue) = 9+76+225=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 225 (88.28% from 255 or 72.58% from 310); Max value from RGB is 225 - color contains mainly: blue. Hex color #094CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CE1 is #F6B31E. Grayscale: #484848. Windows color (decimal): -16167711 or 14765065. OLE color: 14765065.

HSL color Cylindrical-coordinate representation of color #094CE1: hue angle of 221.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CE1 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 76 225 -
CMYK 0.96 0.66 0 0.12
HSL 221.39º 0.92% 0.46% -
HSV(B) 221.39º 0.96% 0.88% -
XYZ 16.29 10.66 72.43 -
YUV 72.95 213.8 82.38 -
System Red Green Blue C M Y K H S L
Decimal 9 76 225 0.96 0.66 0 0.12 221.39 0.92 0.46
Hex 9 4C E1 60 42 0 C DD 5C 2E
Octal 11 114 341 140 102 0 14 335 134 56
Binary 1001 1001100 11100001 1100000 1000010 0 1100 11011101 1011100 101110

Color Harmonies of #094CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CE1

Black with #094CE1

Text Example


Text Example

White with #094CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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