Html Css Color HEX #10586B Blue Lagoon

📋 copy color: '#10586B'

red 16 ◦ green 88 ◦ blue 107

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

Shades of Blue Lagoon #10586B

Tints of Blue Lagoon #10586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 7.58%
G = 41.71%
B = 50.71%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10586B (or 0x10586B) is known color: Blue Lagoon. HEX triplet: 10, 58 and 6B. RGB value is (16,88,107). Sum of RGB (Red+Green+Blue) = 16+88+107=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #10586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10586B is #EFA794. Grayscale: #444444. Windows color (decimal): -15706005 or 7034896. OLE color: 7034896.

HSL color Cylindrical-coordinate representation of color #10586B: hue angle of 192.53º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10586B is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 88 107 -
CMYK 0.85 0.18 0 0.58
HSL 192.53º 0.74% 0.24% -
HSV(B) 192.53º 0.85% 0.42% -
XYZ 6.36 8.15 15.15 -
YUV 68.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 16 88 107 0.85 0.18 0 0.58 192.53 0.74 0.24
Hex 10 58 6B 55 12 0 3A C1 4A 18
Octal 20 130 153 125 22 0 72 301 112 30
Binary 10000 1011000 1101011 1010101 10010 0 111010 11000001 1001010 11000

Color Harmonies of #10586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10586B

Black with #10586B

Text Example


Text Example

White with #10586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10586B; }

 p { color: rgb(16,88,107); }

 H1.HeaderClassName
 {
   color: #10586B;
 }
 .AnyTagClassName
 {
   color: #10586B;
 }
</style>

background-color css

<style>
 a { background-color: #10586B; }

 a { background-color: rgb(16,88,107); }

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

border-color css

<style>
 span { border-color: #10586B; }

 span { border-color: rgb(16,88,107); }

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