Html Css Color HEX #10576E Blue Lagoon

📋 copy color: '#10576E'

red 16 ◦ green 87 ◦ blue 110

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

Shades of Blue Lagoon #10576E

Tints of Blue Lagoon #10576E

RGB

 RED value IS 16 (6.64% from 255) = 7.51%

 GREEN value IS 87 (34.38% from 255) = 40.85%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 7.51%
G = 40.85%
B = 51.64%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10576E (or 0x10576E) is known color: Blue Lagoon. HEX triplet: 10, 57 and 6E. RGB value is (16,87,110). Sum of RGB (Red+Green+Blue) = 16+87+110=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #10576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10576E is #EFA891. Grayscale: #444444. Windows color (decimal): -15706258 or 7231248. OLE color: 7231248.

HSL color Cylindrical-coordinate representation of color #10576E: hue angle of 194.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10576E is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 87 110 -
CMYK 0.85 0.21 0 0.57
HSL 194.68º 0.75% 0.25% -
HSV(B) 194.68º 0.85% 0.43% -
XYZ 6.44 8.05 15.97 -
YUV 68.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 16 87 110 0.85 0.21 0 0.57 194.68 0.75 0.25
Hex 10 57 6E 55 15 0 39 C3 4B 19
Octal 20 127 156 125 25 0 71 303 113 31
Binary 10000 1010111 1101110 1010101 10101 0 111001 11000011 1001011 11001

Color Harmonies of #10576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10576E

Black with #10576E

Text Example


Text Example

White with #10576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10576E; }

 p { color: rgb(16,87,110); }

 H1.HeaderClassName
 {
   color: #10576E;
 }
 .AnyTagClassName
 {
   color: #10576E;
 }
</style>

background-color css

<style>
 a { background-color: #10576E; }

 a { background-color: rgb(16,87,110); }

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

border-color css

<style>
 span { border-color: #10576E; }

 span { border-color: rgb(16,87,110); }

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