Html Css Color HEX #135844 Jewel

📋 copy color: '#135844'

red 19 ◦ green 88 ◦ blue 68

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

Shades of Jewel #135844

Tints of Jewel #135844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 10.86%
G = 50.29%
B = 38.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#135844 (or 0x135844) is known color: Jewel. HEX triplet: 13, 58 and 44. RGB value is (19,88,68). Sum of RGB (Red+Green+Blue) = 19+88+68=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #135844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135844 is #ECA7BB. Grayscale: #414141. Windows color (decimal): -15509436 or 4478995. OLE color: 4478995.

HSL color Cylindrical-coordinate representation of color #135844: hue angle of 162.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135844 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 68 -
CMYK 0.78 0 0.23 0.65
HSL 162.61º 0.64% 0.21% -
HSV(B) 162.61º 0.78% 0.35% -
XYZ 4.8 7.54 6.67 -
YUV 65.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 19 88 68 0.78 0 0.23 0.65 162.61 0.64 0.21
Hex 13 58 44 4E 0 17 41 A3 40 15
Octal 23 130 104 116 0 27 101 243 100 25
Binary 10011 1011000 1000100 1001110 0 10111 1000001 10100011 1000000 10101

Color Harmonies of #135844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135844

Black with #135844

Text Example


Text Example

White with #135844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135844; }

 p { color: rgb(19,88,68); }

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

background-color css

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

 a { background-color: rgb(19,88,68); }

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

border-color css

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

 span { border-color: rgb(19,88,68); }

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