#10407A

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

Shades of Dark Cerulean #10407A

Tints of Dark Cerulean #10407A

Color information

#10407A (or 0x10407A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 40 and 7A. RGB value is (16,64,122). Sum of RGB (Red+Green+Blue) = 16+64+122=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #10407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10407A is #EFBF85. Grayscale: #373737. Windows color (decimal): -15712134 or 8011792. OLE color: 8011792.

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

Color convert

RGB1664122-
CMYK0.870.4800.52
HSL212.83º76.81%27.06%-
HSV(B)212.83º86.89%47.84%-
XYZ5.565.1819.12-
YUV56.26165.199.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=7.92%
G=31.68%
B=60.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16641220.870.4800.52212.8376.8127.06
Hex10407A5730034d54d1b
Octal201001721276006432511533
Binary10000100000011110101010111110000011010011010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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