Html Css Color HEX #094D7D Dark Cerulean

📋 copy color: '#094D7D'

red 9 ◦ green 77 ◦ blue 125

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

Shades of Dark Cerulean #094D7D

Tints of Dark Cerulean #094D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 4.27%
G = 36.49%
B = 59.24%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#094D7D (or 0x094D7D) is known color: Dark Cerulean. HEX triplet: 09, 4D and 7D. RGB value is (9,77,125). Sum of RGB (Red+Green+Blue) = 9+77+125=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #094D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D7D is #F6B282. Grayscale: #3D3D3D. Windows color (decimal): -16167555 or 8211721. OLE color: 8211721.

HSL color Cylindrical-coordinate representation of color #094D7D: hue angle of 204.83º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094D7D is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 77 125 -
CMYK 0.93 0.38 0 0.51
HSL 204.83º 0.87% 0.26% -
HSV(B) 204.83º 0.93% 0.49% -
XYZ 6.47 6.85 20.38 -
YUV 62.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 9 77 125 0.93 0.38 0 0.51 204.83 0.87 0.26
Hex 9 4D 7D 5D 26 0 33 CD 57 1A
Octal 11 115 175 135 46 0 63 315 127 32
Binary 1001 1001101 1111101 1011101 100110 0 110011 11001101 1010111 11010

Color Harmonies of #094D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D7D

Black with #094D7D

Text Example


Text Example

White with #094D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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