Html Css Color HEX #0A5173 Dark Cerulean

📋 copy color: '#0A5173'

red 10 ◦ green 81 ◦ blue 115

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

Shades of Dark Cerulean #0A5173

Tints of Dark Cerulean #0A5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 4.85%
G = 39.32%
B = 55.83%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A5173 (or 0x0A5173) is known color: Dark Cerulean. HEX triplet: 0A, 51 and 73. RGB value is (10,81,115). Sum of RGB (Red+Green+Blue) = 10+81+115=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5173 is #F5AE8C. Grayscale: #3F3F3F. Windows color (decimal): -16101005 or 7557386. OLE color: 7557386.

HSL color Cylindrical-coordinate representation of color #0A5173: hue angle of 199.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5173 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 81 115 -
CMYK 0.91 0.30 0 0.55
HSL 199.43º 0.84% 0.25% -
HSV(B) 199.43º 0.91% 0.45% -
XYZ 6.16 7.19 17.28 -
YUV 63.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 10 81 115 0.91 0.30 0 0.55 199.43 0.84 0.25
Hex A 51 73 5B 1E 0 37 C7 54 19
Octal 12 121 163 133 36 0 67 307 124 31
Binary 1010 1010001 1110011 1011011 11110 0 110111 11000111 1010100 11001

Color Harmonies of #0A5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5173

Black with #0A5173

Text Example


Text Example

White with #0A5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,81,115); }

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

background-color css

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

 a { background-color: rgb(10,81,115); }

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

border-color css

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

 span { border-color: rgb(10,81,115); }

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