Html Css Color HEX #094C93 Dark Cerulean

📋 copy color: '#094C93'

red 9 ◦ green 76 ◦ blue 147

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

Shades of Dark Cerulean #094C93

Tints of Dark Cerulean #094C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 3.88%
G = 32.76%
B = 63.36%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#094C93 (or 0x094C93) is known color: Dark Cerulean. HEX triplet: 09, 4C and 93. RGB value is (9,76,147). Sum of RGB (Red+Green+Blue) = 9+76+147=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #094C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C93 is #F6B36C. Grayscale: #3F3F3F. Windows color (decimal): -16167789 or 9653257. OLE color: 9653257.

HSL color Cylindrical-coordinate representation of color #094C93: hue angle of 210.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094C93 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 76 147 -
CMYK 0.94 0.48 0 0.42
HSL 210.87º 0.88% 0.31% -
HSV(B) 210.87º 0.94% 0.58% -
XYZ 7.96 7.33 28.6 -
YUV 64.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 9 76 147 0.94 0.48 0 0.42 210.87 0.88 0.31
Hex 9 4C 93 5E 30 0 2A D3 58 1F
Octal 11 114 223 136 60 0 52 323 130 37
Binary 1001 1001100 10010011 1011110 110000 0 101010 11010011 1011000 11111

Color Harmonies of #094C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C93

Black with #094C93

Text Example


Text Example

White with #094C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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