#0A467A

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

Shades of Dark Cerulean #0A467A

Tints of Dark Cerulean #0A467A

Color information

#0A467A (or 0x0A467A) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 46 and 7A. RGB value is (10,70,122). Sum of RGB (Red+Green+Blue) = 10+70+122=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 70 (27.73% from 255 or 34.65% 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 #0A467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A467A is #F5B985. Grayscale: #393939. Windows color (decimal): -16103814 or 8013322. OLE color: 8013322.

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

Color convert

RGB1070122-
CMYK0.920.4300.52
HSL207.86º84.85%25.88%-
HSV(B)207.86º91.8%47.84%-
XYZ5.835.8519.23-
YUV57.99164.1293.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=4.95%
G=34.65%
B=60.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10701220.920.4300.52207.8684.8525.88
HexA467A5C2B034d0551a
Octal121061721345306432012532
Binary1010100011011110101011100101011011010011010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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