#0A407A

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

Shades of Dark Cerulean #0A407A

Tints of Dark Cerulean #0A407A

Color information

#0A407A (or 0x0A407A) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 40 and 7A. RGB value is (10,64,122). Sum of RGB (Red+Green+Blue) = 10+64+122=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A407A is #F5BF85. Grayscale: #363636. Windows color (decimal): -16105350 or 8011786. OLE color: 8011786.

HSL color Cylindrical-coordinate representation of color #0A407A: hue angle of 211.07º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A407A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1064122-
CMYK0.920.4800.52
HSL211.07º84.85%25.88%-
HSV(B)211.07º91.8%47.84%-
XYZ5.475.1419.12-
YUV54.47166.1196.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=5.10%
G=32.65%
B=62.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10641220.920.4800.52211.0784.8525.88
HexA407A5C30034d3551a
Octal121001721346006432312532
Binary1010100000011110101011100110000011010011010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A407A; }

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

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

<style>
 a { background-color: #0A407A; }

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

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

<style>
 span { border-color: #0A407A; }

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

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