#10447C

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

Shades of Dark Cerulean #10447C

Tints of Dark Cerulean #10447C

Color information

#10447C (or 0x10447C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 7C. RGB value is (16,68,124). Sum of RGB (Red+Green+Blue) = 16+68+124=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #10447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10447C is #EFBB83. Grayscale: #3A3A3A. Windows color (decimal): -15711108 or 8143888. OLE color: 8143888.

HSL color Cylindrical-coordinate representation of color #10447C: hue angle of 211.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10447C is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1668124-
CMYK0.870.4500.51
HSL211.11º77.14%27.45%-
HSV(B)211.11º87.1%48.63%-
XYZ5.925.719.86-
YUV58.84164.7797.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=7.69%
G=32.69%
B=59.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16681240.870.4500.51211.1177.1427.45
Hex10447C572D033d34d1b
Octal201041741275506332311533
Binary10000100010011111001010111101101011001111010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10447C; }

 p { color: rgb(16,68,124); }

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

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

 a { background-color: rgb(16,68,124); }

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

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

 span { border-color: rgb(16,68,124); }

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