Html Css Color HEX #105968 Blue Lagoon

📋 copy color: '#105968'

red 16 ◦ green 89 ◦ blue 104

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

Shades of Blue Lagoon #105968

Tints of Blue Lagoon #105968

RGB

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

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

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

R = 7.66%
G = 42.58%
B = 49.76%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#105968 (or 0x105968) is known color: Blue Lagoon. HEX triplet: 10, 59 and 68. RGB value is (16,89,104). Sum of RGB (Red+Green+Blue) = 16+89+104=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #105968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105968 is #EFA697. Grayscale: #444444. Windows color (decimal): -15705752 or 6838544. OLE color: 6838544.

HSL color Cylindrical-coordinate representation of color #105968: hue angle of 190.23º 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 #105968 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 89 104 -
CMYK 0.85 0.14 0 0.59
HSL 190.23º 0.73% 0.24% -
HSV(B) 190.23º 0.85% 0.41% -
XYZ 6.28 8.25 14.36 -
YUV 68.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 16 89 104 0.85 0.14 0 0.59 190.23 0.73 0.24
Hex 10 59 68 55 E 0 3B BE 49 18
Octal 20 131 150 125 16 0 73 276 111 30
Binary 10000 1011001 1101000 1010101 1110 0 111011 10111110 1001001 11000

Color Harmonies of #105968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105968

Black with #105968

Text Example


Text Example

White with #105968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105968; }

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

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

background-color css

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

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

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

border-color css

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

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

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