Html Css Color HEX #0A5573 Blue Lagoon

📋 copy color: '#0A5573'

red 10 ◦ green 85 ◦ blue 115

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

Shades of Blue Lagoon #0A5573

Tints of Blue Lagoon #0A5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 4.76%
G = 40.48%
B = 54.76%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A5573 (or 0x0A5573) is known color: Blue Lagoon. HEX triplet: 0A, 55 and 73. RGB value is (10,85,115). Sum of RGB (Red+Green+Blue) = 10+85+115=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5573 is #F5AA8C. Grayscale: #414141. Windows color (decimal): -16099981 or 7558410. OLE color: 7558410.

HSL color Cylindrical-coordinate representation of color #0A5573: hue angle of 197.14º 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 #0A5573 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 85 115 -
CMYK 0.91 0.26 0 0.55
HSL 197.14º 0.84% 0.25% -
HSV(B) 197.14º 0.91% 0.45% -
XYZ 6.47 7.8 17.38 -
YUV 66 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 10 85 115 0.91 0.26 0 0.55 197.14 0.84 0.25
Hex A 55 73 5B 1A 0 37 C5 54 19
Octal 12 125 163 133 32 0 67 305 124 31
Binary 1010 1010101 1110011 1011011 11010 0 110111 11000101 1010100 11001

Color Harmonies of #0A5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5573

Black with #0A5573

Text Example


Text Example

White with #0A5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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