Html Css Color HEX #094C90 Dark Cerulean

📋 copy color: '#094C90'

red 9 ◦ green 76 ◦ blue 144

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

Shades of Dark Cerulean #094C90

Tints of Dark Cerulean #094C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 3.93%
G = 33.19%
B = 62.88%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094C90 (or 0x094C90) is known color: Dark Cerulean. HEX triplet: 09, 4C and 90. RGB value is (9,76,144). Sum of RGB (Red+Green+Blue) = 9+76+144=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #094C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C90 is #F6B36F. Grayscale: #3F3F3F. Windows color (decimal): -16167792 or 9456649. OLE color: 9456649.

HSL color Cylindrical-coordinate representation of color #094C90: hue angle of 210.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094C90 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 76 144 -
CMYK 0.94 0.47 0 0.44
HSL 210.22º 0.88% 0.3% -
HSV(B) 210.22º 0.94% 0.56% -
XYZ 7.73 7.24 27.38 -
YUV 63.72 173.3 88.97 -
System Red Green Blue C M Y K H S L
Decimal 9 76 144 0.94 0.47 0 0.44 210.22 0.88 0.3
Hex 9 4C 90 5E 2F 0 2C D2 58 1E
Octal 11 114 220 136 57 0 54 322 130 36
Binary 1001 1001100 10010000 1011110 101111 0 101100 11010010 1011000 11110

Color Harmonies of #094C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C90

Black with #094C90

Text Example


Text Example

White with #094C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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