Html Css Color HEX #11826D Deep Sea

📋 copy color: '#11826D'

red 17 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #11826D

Tints of Deep Sea #11826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 6.64%
G = 50.78%
B = 42.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#11826D (or 0x11826D) is known color: Deep Sea. HEX triplet: 11, 82 and 6D. RGB value is (17,130,109). Sum of RGB (Red+Green+Blue) = 17+130+109=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #11826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11826D is #EE7D92. Grayscale: #5D5D5D. Windows color (decimal): -15629715 or 7176721. OLE color: 7176721.

HSL color Cylindrical-coordinate representation of color #11826D: hue angle of 168.85º 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 #11826D is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 109 -
CMYK 0.87 0 0.16 0.49
HSL 168.85º 0.77% 0.29% -
HSV(B) 168.85º 0.87% 0.51% -
XYZ 10.97 17.19 17.21 -
YUV 93.82 136.56 73.21 -
System Red Green Blue C M Y K H S L
Decimal 17 130 109 0.87 0 0.16 0.49 168.85 0.77 0.29
Hex 11 82 6D 57 0 10 31 A9 4D 1D
Octal 21 202 155 127 0 20 61 251 115 35
Binary 10001 10000010 1101101 1010111 0 10000 110001 10101001 1001101 11101

Color Harmonies of #11826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11826D

Black with #11826D

Text Example


Text Example

White with #11826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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