Html Css Color HEX #105C74 Blue Lagoon

📋 copy color: '#105C74'

red 16 ◦ green 92 ◦ blue 116

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

Shades of Blue Lagoon #105C74

Tints of Blue Lagoon #105C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 7.14%
G = 41.07%
B = 51.79%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105C74 (or 0x105C74) is known color: Blue Lagoon. HEX triplet: 10, 5C and 74. RGB value is (16,92,116). Sum of RGB (Red+Green+Blue) = 16+92+116=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #105C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C74 is #EFA38B. Grayscale: #474747. Windows color (decimal): -15704972 or 7625744. OLE color: 7625744.

HSL color Cylindrical-coordinate representation of color #105C74: hue angle of 194.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105C74 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 92 116 -
CMYK 0.86 0.21 0 0.55
HSL 194.4º 0.76% 0.26% -
HSV(B) 194.4º 0.86% 0.45% -
XYZ 7.19 9.03 17.89 -
YUV 72.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 16 92 116 0.86 0.21 0 0.55 194.4 0.76 0.26
Hex 10 5C 74 56 15 0 37 C2 4C 1A
Octal 20 134 164 126 25 0 67 302 114 32
Binary 10000 1011100 1110100 1010110 10101 0 110111 11000010 1001100 11010

Color Harmonies of #105C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105C74

Black with #105C74

Text Example


Text Example

White with #105C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105C74; }

 p { color: rgb(16,92,116); }

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

background-color css

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

 a { background-color: rgb(16,92,116); }

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

border-color css

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

 span { border-color: rgb(16,92,116); }

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