Html Css Color HEX #094C8A Dark Cerulean

📋 copy color: '#094C8A'

red 9 ◦ green 76 ◦ blue 138

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

Shades of Dark Cerulean #094C8A

Tints of Dark Cerulean #094C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.88%

R = 4.04%
G = 34.08%
B = 61.88%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#094C8A (or 0x094C8A) is known color: Dark Cerulean. HEX triplet: 09, 4C and 8A. RGB value is (9,76,138). Sum of RGB (Red+Green+Blue) = 9+76+138=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #094C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C8A is #F6B375. Grayscale: #3E3E3E. Windows color (decimal): -16167798 or 9063433. OLE color: 9063433.

HSL color Cylindrical-coordinate representation of color #094C8A: hue angle of 208.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094C8A is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 76 138 -
CMYK 0.93 0.45 0 0.46
HSL 208.84º 0.88% 0.29% -
HSV(B) 208.84º 0.93% 0.54% -
XYZ 7.28 7.06 25.02 -
YUV 63.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 9 76 138 0.93 0.45 0 0.46 208.84 0.88 0.29
Hex 9 4C 8A 5D 2D 0 2E D1 58 1D
Octal 11 114 212 135 55 0 56 321 130 35
Binary 1001 1001100 10001010 1011101 101101 0 101110 11010001 1011000 11101

Color Harmonies of #094C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C8A

Black with #094C8A

Text Example


Text Example

White with #094C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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