Html Css Color HEX #13664C Jewel

📋 copy color: '#13664C'

red 19 ◦ green 102 ◦ blue 76

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

Shades of Jewel #13664C

Tints of Jewel #13664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.78%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 9.64%
G = 51.78%
B = 38.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#13664C (or 0x13664C) is known color: Jewel. HEX triplet: 13, 66 and 4C. RGB value is (19,102,76). Sum of RGB (Red+Green+Blue) = 19+102+76=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #13664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13664C is #EC99B3. Grayscale: #4A4A4A. Windows color (decimal): -15505844 or 5006867. OLE color: 5006867.

HSL color Cylindrical-coordinate representation of color #13664C: hue angle of 161.2º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13664C is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 76 -
CMYK 0.81 0 0.25 0.6
HSL 161.2º 0.69% 0.24% -
HSV(B) 161.2º 0.81% 0.4% -
XYZ 6.32 10.16 8.47 -
YUV 74.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 19 102 76 0.81 0 0.25 0.6 161.2 0.69 0.24
Hex 13 66 4C 51 0 19 3C A1 45 18
Octal 23 146 114 121 0 31 74 241 105 30
Binary 10011 1100110 1001100 1010001 0 11001 111100 10100001 1000101 11000

Color Harmonies of #13664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13664C

Black with #13664C

Text Example


Text Example

White with #13664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,102,76); }

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

background-color css

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

 a { background-color: rgb(19,102,76); }

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

border-color css

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

 span { border-color: rgb(19,102,76); }

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