#095385

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

Shades of Dark Cerulean #095385

Tints of Dark Cerulean #095385

Color information

#095385 (or 0x095385) is unknown color: approx Dark Cerulean. HEX triplet: 09, 53 and 85. RGB value is (9,83,133). Sum of RGB (Red+Green+Blue) = 9+83+133=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #095385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095385 is #F6AC7A. Grayscale: #424242. Windows color (decimal): -16166011 or 8737545. OLE color: 8737545.

HSL color Cylindrical-coordinate representation of color #095385: hue angle of 204.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095385 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB983133-
CMYK0.930.3800.48
HSL204.19º87.32%27.84%-
HSV(B)204.19º93.23%52.16%-
XYZ7.447.9423.33-
YUV66.57165.4886.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=4%
G=36.89%
B=59.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9831330.930.3800.48204.1987.3227.84
Hex953855D26030cc571c
Octal111232051354606031412734
Binary10011010011100001011011101100110011000011001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095385; }

 p { color: rgb(9,83,133); }

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

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

 a { background-color: rgb(9,83,133); }

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

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

 span { border-color: rgb(9,83,133); }

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