Html Css Color HEX #105568 Blue Lagoon

📋 copy color: '#105568'

red 16 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #105568

Tints of Blue Lagoon #105568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 7.8%
G = 41.46%
B = 50.73%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#105568 (or 0x105568) is known color: Blue Lagoon. HEX triplet: 10, 55 and 68. RGB value is (16,85,104). Sum of RGB (Red+Green+Blue) = 16+85+104=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #105568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105568 is #EFAA97. Grayscale: #424242. Windows color (decimal): -15706776 or 6837520. OLE color: 6837520.

HSL color Cylindrical-coordinate representation of color #105568: hue angle of 192.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105568 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 85 104 -
CMYK 0.85 0.18 0 0.59
HSL 192.95º 0.73% 0.24% -
HSV(B) 192.95º 0.85% 0.41% -
XYZ 5.96 7.61 14.25 -
YUV 66.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 16 85 104 0.85 0.18 0 0.59 192.95 0.73 0.24
Hex 10 55 68 55 12 0 3B C1 49 18
Octal 20 125 150 125 22 0 73 301 111 30
Binary 10000 1010101 1101000 1010101 10010 0 111011 11000001 1001001 11000

Color Harmonies of #105568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105568

Black with #105568

Text Example


Text Example

White with #105568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105568; }

 p { color: rgb(16,85,104); }

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

background-color css

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

 a { background-color: rgb(16,85,104); }

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

border-color css

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

 span { border-color: rgb(16,85,104); }

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