Html Css Color HEX #0A5C71 Blue Lagoon

📋 copy color: '#0A5C71'

red 10 ◦ green 92 ◦ blue 113

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

Shades of Blue Lagoon #0A5C71

Tints of Blue Lagoon #0A5C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 4.65%
G = 42.79%
B = 52.56%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A5C71 (or 0x0A5C71) is known color: Blue Lagoon. HEX triplet: 0A, 5C and 71. RGB value is (10,92,113). Sum of RGB (Red+Green+Blue) = 10+92+113=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A5C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5C71 is #F5A38E. Grayscale: #454545. Windows color (decimal): -16098191 or 7429130. OLE color: 7429130.

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

Color convert

RGB 10 92 113 -
CMYK 0.91 0.19 0 0.56
HSL 192.23º 0.84% 0.24% -
HSV(B) 192.23º 0.91% 0.44% -
XYZ 6.93 8.91 16.98 -
YUV 69.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 10 92 113 0.91 0.19 0 0.56 192.23 0.84 0.24
Hex A 5C 71 5B 13 0 38 C0 54 18
Octal 12 134 161 133 23 0 70 300 124 30
Binary 1010 1011100 1110001 1011011 10011 0 111000 11000000 1010100 11000

Color Harmonies of #0A5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5C71

Black with #0A5C71

Text Example


Text Example

White with #0A5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,92,113); }

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

background-color css

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

 a { background-color: rgb(10,92,113); }

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

border-color css

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

 span { border-color: rgb(10,92,113); }

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