#0F528C

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

Shades of Dark Cerulean #0F528C

Tints of Dark Cerulean #0F528C

Color information

#0F528C (or 0x0F528C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 52 and 8C. RGB value is (15,82,140). Sum of RGB (Red+Green+Blue) = 15+82+140=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F528C is #F0AD73. Grayscale: #444444. Windows color (decimal): -15773044 or 9196047. OLE color: 9196047.

HSL color Cylindrical-coordinate representation of color #0F528C: hue angle of 207.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F528C is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1582140-
CMYK0.890.4100.45
HSL207.84º80.65%30.39%-
HSV(B)207.84º89.29%54.9%-
XYZ7.958.0325.94-
YUV68.58168.389.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=6.33%
G=34.60%
B=59.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15821400.890.4100.45207.8480.6530.39
HexF528C592902Dd0511e
Octal171222141315105532012136
Binary11111010010100011001011001101001010110111010000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F528C; }

 p { color: rgb(15,82,140); }

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

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

 a { background-color: rgb(15,82,140); }

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

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

 span { border-color: rgb(15,82,140); }

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