#10457A

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

Shades of Dark Cerulean #10457A

Tints of Dark Cerulean #10457A

Color information

#10457A (or 0x10457A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 7A. RGB value is (16,69,122). Sum of RGB (Red+Green+Blue) = 16+69+122=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #10457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10457A is #EFBA85. Grayscale: #3A3A3A. Windows color (decimal): -15710854 or 8013072. OLE color: 8013072.

HSL color Cylindrical-coordinate representation of color #10457A: hue angle of 210º 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 #10457A is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1669122-
CMYK0.870.4300.52
HSL210º76.81%27.06%-
HSV(B)210º86.89%47.84%-
XYZ5.855.7719.22-
YUV59.2163.4497.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=7.73%
G=33.33%
B=58.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16691220.870.4300.5221076.8127.06
Hex10457A572B034d24d1b
Octal201051721275306432211533
Binary10000100010111110101010111101011011010011010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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