#0A467B

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

Shades of Dark Cerulean #0A467B

Tints of Dark Cerulean #0A467B

Color information

#0A467B (or 0x0A467B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 46 and 7B. RGB value is (10,70,123). Sum of RGB (Red+Green+Blue) = 10+70+123=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A467B is #F5B984. Grayscale: #393939. Windows color (decimal): -16103813 or 8078858. OLE color: 8078858.

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

Color convert

RGB1070123-
CMYK0.920.4300.52
HSL208.14º84.96%26.08%-
HSV(B)208.14º91.87%48.24%-
XYZ5.895.8719.56-
YUV58.1164.6293.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=4.93%
G=34.48%
B=60.59%

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
Decimal10701230.920.4300.52208.1484.9626.08
HexA467B5C2B034d0551a
Octal121061731345306432012532
Binary1010100011011110111011100101011011010011010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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