Html Css Color HEX #094D92 Dark Cerulean

📋 copy color: '#094D92'

red 9 ◦ green 77 ◦ blue 146

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

Shades of Dark Cerulean #094D92

Tints of Dark Cerulean #094D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 3.88%
G = 33.19%
B = 62.93%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094D92 (or 0x094D92) is known color: Dark Cerulean. HEX triplet: 09, 4D and 92. RGB value is (9,77,146). Sum of RGB (Red+Green+Blue) = 9+77+146=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #094D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D92 is #F6B26D. Grayscale: #404040. Windows color (decimal): -16167534 or 9587977. OLE color: 9587977.

HSL color Cylindrical-coordinate representation of color #094D92: hue angle of 210.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094D92 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 77 146 -
CMYK 0.94 0.47 0 0.43
HSL 210.22º 0.88% 0.3% -
HSV(B) 210.22º 0.94% 0.57% -
XYZ 7.95 7.44 28.21 -
YUV 64.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 9 77 146 0.94 0.47 0 0.43 210.22 0.88 0.3
Hex 9 4D 92 5E 2F 0 2B D2 58 1E
Octal 11 115 222 136 57 0 53 322 130 36
Binary 1001 1001101 10010010 1011110 101111 0 101011 11010010 1011000 11110

Color Harmonies of #094D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D92

Black with #094D92

Text Example


Text Example

White with #094D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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