Html Css Color HEX #106273 Blue Lagoon

📋 copy color: '#106273'

red 16 ◦ green 98 ◦ blue 115

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

Shades of Blue Lagoon #106273

Tints of Blue Lagoon #106273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 6.99%
G = 42.79%
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

#106273 (or 0x106273) is known color: Blue Lagoon. HEX triplet: 10, 62 and 73. RGB value is (16,98,115). Sum of RGB (Red+Green+Blue) = 16+98+115=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #106273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106273 is #EF9D8C. Grayscale: #4B4B4B. Windows color (decimal): -15703437 or 7561744. OLE color: 7561744.

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

Color convert

RGB 16 98 115 -
CMYK 0.86 0.15 0 0.55
HSL 190.3º 0.76% 0.26% -
HSV(B) 190.3º 0.86% 0.45% -
XYZ 7.68 10.08 17.76 -
YUV 75.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 16 98 115 0.86 0.15 0 0.55 190.3 0.76 0.26
Hex 10 62 73 56 F 0 37 BE 4C 1A
Octal 20 142 163 126 17 0 67 276 114 32
Binary 10000 1100010 1110011 1010110 1111 0 110111 10111110 1001100 11010

Color Harmonies of #106273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106273

Black with #106273

Text Example


Text Example

White with #106273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106273; }

 p { color: rgb(16,98,115); }

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

background-color css

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

 a { background-color: rgb(16,98,115); }

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

border-color css

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

 span { border-color: rgb(16,98,115); }

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