Html Css Color HEX #13826B Deep Sea

📋 copy color: '#13826B'

red 19 ◦ green 130 ◦ blue 107

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

Shades of Deep Sea #13826B

Tints of Deep Sea #13826B

RGB

 RED value IS 19 (7.81% from 255) = 7.42%

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

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

R = 7.42%
G = 50.78%
B = 41.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#13826B (or 0x13826B) is known color: Deep Sea. HEX triplet: 13, 82 and 6B. RGB value is (19,130,107). Sum of RGB (Red+Green+Blue) = 19+130+107=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #13826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13826B is #EC7D94. Grayscale: #5E5E5E. Windows color (decimal): -15498645 or 7045651. OLE color: 7045651.

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

Color convert

RGB 19 130 107 -
CMYK 0.85 0 0.18 0.49
HSL 167.57º 0.74% 0.29% -
HSV(B) 167.57º 0.85% 0.51% -
XYZ 10.91 17.17 16.65 -
YUV 94.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 19 130 107 0.85 0 0.18 0.49 167.57 0.74 0.29
Hex 13 82 6B 55 0 12 31 A8 4A 1D
Octal 23 202 153 125 0 22 61 250 112 35
Binary 10011 10000010 1101011 1010101 0 10010 110001 10101000 1001010 11101

Color Harmonies of #13826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13826B

Black with #13826B

Text Example


Text Example

White with #13826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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