Html Css Color HEX #13624B Jewel

📋 copy color: '#13624B'

red 19 ◦ green 98 ◦ blue 75

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

Shades of Jewel #13624B

Tints of Jewel #13624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 9.9%
G = 51.04%
B = 39.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#13624B (or 0x13624B) is known color: Jewel. HEX triplet: 13, 62 and 4B. RGB value is (19,98,75). Sum of RGB (Red+Green+Blue) = 19+98+75=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #13624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13624B is #EC9DB4. Grayscale: #474747. Windows color (decimal): -15506869 or 4940307. OLE color: 4940307.

HSL color Cylindrical-coordinate representation of color #13624B: hue angle of 162.53º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13624B is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 75 -
CMYK 0.81 0 0.23 0.62
HSL 162.53º 0.68% 0.23% -
HSV(B) 162.53º 0.81% 0.38% -
XYZ 5.91 9.38 8.16 -
YUV 71.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 19 98 75 0.81 0 0.23 0.62 162.53 0.68 0.23
Hex 13 62 4B 51 0 17 3E A3 44 17
Octal 23 142 113 121 0 27 76 243 104 27
Binary 10011 1100010 1001011 1010001 0 10111 111110 10100011 1000100 10111

Color Harmonies of #13624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13624B

Black with #13624B

Text Example


Text Example

White with #13624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,98,75); }

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

background-color css

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

 a { background-color: rgb(19,98,75); }

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

border-color css

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

 span { border-color: rgb(19,98,75); }

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