Html Css Color HEX #094E8C Dark Cerulean

📋 copy color: '#094E8C'

red 9 ◦ green 78 ◦ blue 140

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

Shades of Dark Cerulean #094E8C

Tints of Dark Cerulean #094E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 3.96%
G = 34.36%
B = 61.67%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#094E8C (or 0x094E8C) is known color: Dark Cerulean. HEX triplet: 09, 4E and 8C. RGB value is (9,78,140). Sum of RGB (Red+Green+Blue) = 9+78+140=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #094E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E8C is #F6B173. Grayscale: #404040. Windows color (decimal): -16167284 or 9195017. OLE color: 9195017.

HSL color Cylindrical-coordinate representation of color #094E8C: hue angle of 208.4º 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 #094E8C is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 78 140 -
CMYK 0.94 0.44 0 0.45
HSL 208.4º 0.88% 0.29% -
HSV(B) 208.4º 0.94% 0.55% -
XYZ 7.57 7.4 25.84 -
YUV 64.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 9 78 140 0.94 0.44 0 0.45 208.4 0.88 0.29
Hex 9 4E 8C 5E 2C 0 2D D0 58 1D
Octal 11 116 214 136 54 0 55 320 130 35
Binary 1001 1001110 10001100 1011110 101100 0 101101 11010000 1011000 11101

Color Harmonies of #094E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E8C

Black with #094E8C

Text Example


Text Example

White with #094E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,78,140); }

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

background-color css

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

 a { background-color: rgb(9,78,140); }

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

border-color css

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

 span { border-color: rgb(9,78,140); }

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