#09538A

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

Shades of Dark Cerulean #09538A

Tints of Dark Cerulean #09538A

Color information

#09538A (or 0x09538A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 53 and 8A. RGB value is (9,83,138). Sum of RGB (Red+Green+Blue) = 9+83+138=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #09538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09538A is #F6AC75. Grayscale: #424242. Windows color (decimal): -16166006 or 9065225. OLE color: 9065225.

HSL color Cylindrical-coordinate representation of color #09538A: hue angle of 205.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09538A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB983138-
CMYK0.930.4000.46
HSL205.58º87.76%28.82%-
HSV(B)205.58º93.48%54.12%-
XYZ7.798.0825.19-
YUV67.14167.9886.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 138 (54.30% from 255) = 60%
R=3.91%
G=36.09%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9831380.930.4000.46205.5887.7628.82
Hex9538A5D2802Ece581d
Octal111232121355005631613035
Binary10011010011100010101011101101000010111011001110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09538A; }

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

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

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

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

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

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

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

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