#10447E

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

Shades of Dark Cerulean #10447E

Tints of Dark Cerulean #10447E

Color information

#10447E (or 0x10447E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 7E. RGB value is (16,68,126). Sum of RGB (Red+Green+Blue) = 16+68+126=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #10447E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10447E is #EFBB81. Grayscale: #3A3A3A. Windows color (decimal): -15711106 or 8274960. OLE color: 8274960.

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

Color convert

RGB1668126-
CMYK0.870.4600.51
HSL211.64º77.46%27.84%-
HSV(B)211.64º87.3%49.41%-
XYZ6.055.7520.53-
YUV59.06165.7797.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 126 (49.61% from 255) = 60%
R=7.62%
G=32.38%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16681260.870.4600.51211.6477.4627.84
Hex10447E572E033d44d1c
Octal201041761275606332411534
Binary10000100010011111101010111101110011001111010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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