Html Css Color HEX #10636C Blue Lagoon

📋 copy color: '#10636C'

red 16 ◦ green 99 ◦ blue 108

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

Shades of Blue Lagoon #10636C

Tints of Blue Lagoon #10636C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 7.17%
G = 44.39%
B = 48.43%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10636C (or 0x10636C) is known color: Blue Lagoon. HEX triplet: 10, 63 and 6C. RGB value is (16,99,108). Sum of RGB (Red+Green+Blue) = 16+99+108=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #10636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10636C is #EF9C93. Grayscale: #4B4B4B. Windows color (decimal): -15703188 or 7103248. OLE color: 7103248.

HSL color Cylindrical-coordinate representation of color #10636C: hue angle of 185.87º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10636C is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 99 108 -
CMYK 0.85 0.08 0 0.58
HSL 185.87º 0.74% 0.24% -
HSV(B) 185.87º 0.85% 0.42% -
XYZ 7.38 10.12 15.75 -
YUV 75.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 16 99 108 0.85 0.08 0 0.58 185.87 0.74 0.24
Hex 10 63 6C 55 8 0 3A BA 4A 18
Octal 20 143 154 125 10 0 72 272 112 30
Binary 10000 1100011 1101100 1010101 1000 0 111010 10111010 1001010 11000

Color Harmonies of #10636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10636C

Black with #10636C

Text Example


Text Example

White with #10636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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