Html Css Color HEX #0A597C Blue Lagoon

📋 copy color: '#0A597C'

red 10 ◦ green 89 ◦ blue 124

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

Shades of Blue Lagoon #0A597C

Tints of Blue Lagoon #0A597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 4.48%
G = 39.91%
B = 55.61%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A597C (or 0x0A597C) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 7C. RGB value is (10,89,124). Sum of RGB (Red+Green+Blue) = 10+89+124=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A597C is #F5A683. Grayscale: #454545. Windows color (decimal): -16098948 or 8149258. OLE color: 8149258.

HSL color Cylindrical-coordinate representation of color #0A597C: hue angle of 198.42º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A597C is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 89 124 -
CMYK 0.92 0.28 0 0.51
HSL 198.42º 0.85% 0.26% -
HSV(B) 198.42º 0.92% 0.49% -
XYZ 7.34 8.66 20.35 -
YUV 69.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 10 89 124 0.92 0.28 0 0.51 198.42 0.85 0.26
Hex A 59 7C 5C 1C 0 33 C6 55 1A
Octal 12 131 174 134 34 0 63 306 125 32
Binary 1010 1011001 1111100 1011100 11100 0 110011 11000110 1010101 11010

Color Harmonies of #0A597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A597C

Black with #0A597C

Text Example


Text Example

White with #0A597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,124); }

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

background-color css

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

 a { background-color: rgb(10,89,124); }

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

border-color css

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

 span { border-color: rgb(10,89,124); }

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