Html Css Color HEX #094D69 Dark Cerulean

📋 copy color: '#094D69'

red 9 ◦ green 77 ◦ blue 105

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

Shades of Dark Cerulean #094D69

Tints of Dark Cerulean #094D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 4.71%
G = 40.31%
B = 54.97%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094D69 (or 0x094D69) is known color: Dark Cerulean. HEX triplet: 09, 4D and 69. RGB value is (9,77,105). Sum of RGB (Red+Green+Blue) = 9+77+105=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #094D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D69 is #F6B296. Grayscale: #3B3B3B. Windows color (decimal): -16167575 or 6901001. OLE color: 6901001.

HSL color Cylindrical-coordinate representation of color #094D69: hue angle of 197.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094D69 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 77 105 -
CMYK 0.91 0.27 0 0.59
HSL 197.5º 0.84% 0.22% -
HSV(B) 197.5º 0.91% 0.41% -
XYZ 5.32 6.39 14.32 -
YUV 59.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 9 77 105 0.91 0.27 0 0.59 197.5 0.84 0.22
Hex 9 4D 69 5B 1B 0 3B C6 54 16
Octal 11 115 151 133 33 0 73 306 124 26
Binary 1001 1001101 1101001 1011011 11011 0 111011 11000110 1010100 10110

Color Harmonies of #094D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D69

Black with #094D69

Text Example


Text Example

White with #094D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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