#094375

Color #094375 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #094375

Tints of Dark Cerulean #094375

Color information

#094375 (or 0x094375) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 75. RGB value is (9,67,117). Sum of RGB (Red+Green+Blue) = 9+67+117=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #094375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094375 is #F6BC8A. Grayscale: #373737. Windows color (decimal): -16170123 or 7684873. OLE color: 7684873.

HSL color Cylindrical-coordinate representation of color #094375: hue angle of 207.78º 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 #094375 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB967117-
CMYK0.920.4300.54
HSL207.78º85.71%24.71%-
HSV(B)207.78º92.31%45.88%-
XYZ5.335.3617.58-
YUV55.36162.7894.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=4.66%
G=34.72%
B=60.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9671170.920.4300.54207.7885.7124.71
Hex943755C2B036d05619
Octal111031651345306632012631
Binary1001100001111101011011100101011011011011010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094375; }

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

 H1.HeaderClassName
 {
   color: #094375;
 }
 .AnyTagClassName
 {
   color: #094375;
 }
</style>
background-color css

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

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

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

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

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

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