Html Css Color HEX #094875 Dark Cerulean

📋 copy color: '#094875'

red 9 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #094875

Tints of Dark Cerulean #094875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.36%

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 4.55%
G = 36.36%
B = 59.09%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094875 (or 0x094875) is known color: Dark Cerulean. HEX triplet: 09, 48 and 75. RGB value is (9,72,117). Sum of RGB (Red+Green+Blue) = 9+72+117=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #094875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094875 is #F6B78A. Grayscale: #3A3A3A. Windows color (decimal): -16168843 or 7686153. OLE color: 7686153.

HSL color Cylindrical-coordinate representation of color #094875: hue angle of 205º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094875 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 72 117 -
CMYK 0.92 0.38 0 0.54
HSL 205º 0.86% 0.25% -
HSV(B) 205º 0.92% 0.46% -
XYZ 5.64 5.98 17.69 -
YUV 58.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 9 72 117 0.92 0.38 0 0.54 205 0.86 0.25
Hex 9 48 75 5C 26 0 36 CD 56 19
Octal 11 110 165 134 46 0 66 315 126 31
Binary 1001 1001000 1110101 1011100 100110 0 110110 11001101 1010110 11001

Color Harmonies of #094875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094875

Black with #094875

Text Example


Text Example

White with #094875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094875; }

 p { color: rgb(9,72,117); }

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

background-color css

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

 a { background-color: rgb(9,72,117); }

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

border-color css

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

 span { border-color: rgb(9,72,117); }

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