#10527A

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

Shades of Dark Cerulean #10527A

Tints of Dark Cerulean #10527A

Color information

#10527A (or 0x10527A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 52 and 7A. RGB value is (16,82,122). Sum of RGB (Red+Green+Blue) = 16+82+122=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #10527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10527A is #EFAD85. Grayscale: #424242. Windows color (decimal): -15707526 or 8016400. OLE color: 8016400.

HSL color Cylindrical-coordinate representation of color #10527A: hue angle of 202.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10527A is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1682122-
CMYK0.870.3300.52
HSL202.64º76.81%27.06%-
HSV(B)202.64º86.89%47.84%-
XYZ6.747.5519.51-
YUV66.83159.1391.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=7.27%
G=37.27%
B=55.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16821220.870.3300.52202.6476.8127.06
Hex10527A5721034cb4d1b
Octal201221721274106431311533
Binary10000101001011110101010111100001011010011001011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,82,122); }

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

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

 a { background-color: rgb(16,82,122); }

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

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

 span { border-color: rgb(16,82,122); }

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