Html Css Color HEX #094D85 Dark Cerulean

📋 copy color: '#094D85'

red 9 ◦ green 77 ◦ blue 133

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

Shades of Dark Cerulean #094D85

Tints of Dark Cerulean #094D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 4.11%
G = 35.16%
B = 60.73%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094D85 (or 0x094D85) is known color: Dark Cerulean. HEX triplet: 09, 4D and 85. RGB value is (9,77,133). Sum of RGB (Red+Green+Blue) = 9+77+133=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #094D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D85 is #F6B27A. Grayscale: #3E3E3E. Windows color (decimal): -16167547 or 8736009. OLE color: 8736009.

HSL color Cylindrical-coordinate representation of color #094D85: hue angle of 207.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094D85 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 77 133 -
CMYK 0.93 0.42 0 0.48
HSL 207.1º 0.87% 0.28% -
HSV(B) 207.1º 0.93% 0.52% -
XYZ 7 7.06 23.18 -
YUV 63.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 9 77 133 0.93 0.42 0 0.48 207.1 0.87 0.28
Hex 9 4D 85 5D 2A 0 30 CF 57 1C
Octal 11 115 205 135 52 0 60 317 127 34
Binary 1001 1001101 10000101 1011101 101010 0 110000 11001111 1010111 11100

Color Harmonies of #094D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D85

Black with #094D85

Text Example


Text Example

White with #094D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,133); }

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

background-color css

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

 a { background-color: rgb(9,77,133); }

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

border-color css

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

 span { border-color: rgb(9,77,133); }

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