Html Css Color HEX #11826B Deep Sea

📋 copy color: '#11826B'

red 17 ◦ green 130 ◦ blue 107

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

Shades of Deep Sea #11826B

Tints of Deep Sea #11826B

RGB

 RED value IS 17 (7.03% from 255) = 6.69%

 GREEN value IS 130 (51.17% from 255) = 51.18%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 6.69%
G = 51.18%
B = 42.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#11826B (or 0x11826B) is known color: Deep Sea. HEX triplet: 11, 82 and 6B. RGB value is (17,130,107). Sum of RGB (Red+Green+Blue) = 17+130+107=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #11826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11826B is #EE7D94. Grayscale: #5D5D5D. Windows color (decimal): -15629717 or 7045649. OLE color: 7045649.

HSL color Cylindrical-coordinate representation of color #11826B: hue angle of 167.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11826B is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 107 -
CMYK 0.87 0 0.18 0.49
HSL 167.79º 0.77% 0.29% -
HSV(B) 167.79º 0.87% 0.51% -
XYZ 10.87 17.15 16.65 -
YUV 93.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 17 130 107 0.87 0 0.18 0.49 167.79 0.77 0.29
Hex 11 82 6B 57 0 12 31 A8 4D 1D
Octal 21 202 153 127 0 22 61 250 115 35
Binary 10001 10000010 1101011 1010111 0 10010 110001 10101000 1001101 11101

Color Harmonies of #11826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11826B

Black with #11826B

Text Example


Text Example

White with #11826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11826B; }

 p { color: rgb(17,130,107); }

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

background-color css

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

 a { background-color: rgb(17,130,107); }

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

border-color css

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

 span { border-color: rgb(17,130,107); }

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