Html Css Color HEX #0A4570 Dark Cerulean

📋 copy color: '#0A4570'

red 10 ◦ green 69 ◦ blue 112

#0A4570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0A4570

Tints of Dark Cerulean #0A4570

RGB

 RED value IS 10 (4.3% from 255) = 5.24%

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 5.24%
G = 36.13%
B = 58.64%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A4570 (or 0x0A4570) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 70. RGB value is (10,69,112). Sum of RGB (Red+Green+Blue) = 10+69+112=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A4570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4570 is #F5BA8F. Grayscale: #383838. Windows color (decimal): -16104080 or 7357706. OLE color: 7357706.

HSL color Cylindrical-coordinate representation of color #0A4570: hue angle of 205.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4570 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 69 112 -
CMYK 0.91 0.38 0 0.56
HSL 205.29º 0.84% 0.24% -
HSV(B) 205.29º 0.91% 0.44% -
XYZ 5.18 5.49 16.12 -
YUV 56.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 10 69 112 0.91 0.38 0 0.56 205.29 0.84 0.24
Hex A 45 70 5B 26 0 38 CD 54 18
Octal 12 105 160 133 46 0 70 315 124 30
Binary 1010 1000101 1110000 1011011 100110 0 111000 11001101 1010100 11000

Color Harmonies of #0A4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4570

Black with #0A4570

Text Example


Text Example

White with #0A4570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,69,112); }

 H1.HeaderClassName
 {
   color: #0A4570;
 }
 .AnyTagClassName
 {
   color: #0A4570;
 }
</style>

background-color css

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

 a { background-color: rgb(10,69,112); }

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

border-color css

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

 span { border-color: rgb(10,69,112); }

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