#093874

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

Shades of Dark Cerulean #093874

Tints of Dark Cerulean #093874

Color information

#093874 (or 0x093874) is unknown color: approx Dark Cerulean. HEX triplet: 09, 38 and 74. RGB value is (9,56,116). Sum of RGB (Red+Green+Blue) = 9+56+116=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #093874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093874 is #F6C78B. Grayscale: #303030. Windows color (decimal): -16172940 or 7616521. OLE color: 7616521.

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

Color convert

RGB956116-
CMYK0.920.5200.55
HSL213.64º85.6%24.51%-
HSV(B)213.64º92.24%45.49%-
XYZ4.684.1517.08-
YUV48.79165.9399.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=4.97%
G=30.94%
B=64.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9561160.920.5200.55213.6485.624.51
Hex938745C34037d65619
Octal11701641346406732612631
Binary100111100011101001011100110100011011111010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093874; }

 p { color: rgb(9,56,116); }

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

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

 a { background-color: rgb(9,56,116); }

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

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

 span { border-color: rgb(9,56,116); }

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