#0A397A

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

Shades of Dark Cerulean #0A397A

Tints of Dark Cerulean #0A397A

Color information

#0A397A (or 0x0A397A) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 39 and 7A. RGB value is (10,57,122). Sum of RGB (Red+Green+Blue) = 10+57+122=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A397A is #F5C685. Grayscale: #323232. Windows color (decimal): -16107142 or 8009994. OLE color: 8009994.

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

Color convert

RGB1057122-
CMYK0.920.5300.52
HSL214.82º84.85%25.88%-
HSV(B)214.82º91.8%47.84%-
XYZ5.14.418.99-
YUV50.36168.4399.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=5.29%
G=30.16%
B=64.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10571220.920.5300.52214.8284.8525.88
HexA397A5C35034d7551a
Octal12711721346506432712532
Binary101011100111110101011100110101011010011010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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