Html Css Color HEX #106374 Blue Lagoon

📋 copy color: '#106374'

red 16 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #106374

Tints of Blue Lagoon #106374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 6.93%
G = 42.86%
B = 50.22%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106374 (or 0x106374) is known color: Blue Lagoon. HEX triplet: 10, 63 and 74. RGB value is (16,99,116). Sum of RGB (Red+Green+Blue) = 16+99+116=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #106374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106374 is #EF9C8B. Grayscale: #4B4B4B. Windows color (decimal): -15703180 or 7627536. OLE color: 7627536.

HSL color Cylindrical-coordinate representation of color #106374: hue angle of 190.2º 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 #106374 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 99 116 -
CMYK 0.86 0.15 0 0.55
HSL 190.2º 0.76% 0.26% -
HSV(B) 190.2º 0.86% 0.45% -
XYZ 7.83 10.29 18.1 -
YUV 76.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 16 99 116 0.86 0.15 0 0.55 190.2 0.76 0.26
Hex 10 63 74 56 F 0 37 BE 4C 1A
Octal 20 143 164 126 17 0 67 276 114 32
Binary 10000 1100011 1110100 1010110 1111 0 110111 10111110 1001100 11010

Color Harmonies of #106374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106374

Black with #106374

Text Example


Text Example

White with #106374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106374; }

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

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

background-color css

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

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

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

border-color css

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

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

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