Html Css Color HEX #094C8B Dark Cerulean

📋 copy color: '#094C8B'

red 9 ◦ green 76 ◦ blue 139

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

Shades of Dark Cerulean #094C8B

Tints of Dark Cerulean #094C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 4.02%
G = 33.93%
B = 62.05%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#094C8B (or 0x094C8B) is known color: Dark Cerulean. HEX triplet: 09, 4C and 8B. RGB value is (9,76,139). Sum of RGB (Red+Green+Blue) = 9+76+139=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #094C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C8B is #F6B374. Grayscale: #3E3E3E. Windows color (decimal): -16167797 or 9128969. OLE color: 9128969.

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

Color convert

RGB 9 76 139 -
CMYK 0.94 0.45 0 0.45
HSL 209.08º 0.88% 0.29% -
HSV(B) 209.08º 0.94% 0.55% -
XYZ 7.36 7.09 25.41 -
YUV 63.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 9 76 139 0.94 0.45 0 0.45 209.08 0.88 0.29
Hex 9 4C 8B 5E 2D 0 2D D1 58 1D
Octal 11 114 213 136 55 0 55 321 130 35
Binary 1001 1001100 10001011 1011110 101101 0 101101 11010001 1011000 11101

Color Harmonies of #094C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C8B

Black with #094C8B

Text Example


Text Example

White with #094C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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