#1A634A

Color #1A634A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #1A634A

Tints of Jewel #1A634A

Color information

#1A634A (or 0x1A634A) is unknown color: approx Jewel. HEX triplet: 1A, 63 and 4A. RGB value is (26,99,74). Sum of RGB (Red+Green+Blue) = 26+99+74=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #1A634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A634A is #E59CB5. Grayscale: #4A4A4A. Windows color (decimal): -15047862 or 4875034. OLE color: 4875034.

HSL color Cylindrical-coordinate representation of color #1A634A: hue angle of 159.45º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A634A is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB269974-
CMYK0.7400.250.61
HSL159.45º58.4%24.51%-
HSV(B)159.45º73.74%38.82%-
XYZ6.129.648.02-
YUV74.32127.8293.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=13.07%
G=49.75%
B=37.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699740.7400.250.61159.4558.424.51
Hex1A634A4A0193D9f3a19
Octal32143112112031752377231
Binary110101100011100101010010100110011111011001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A634A; }

 p { color: rgb(26,99,74); }

 H1.HeaderClassName
 {
   color: #1A634A;
 }
 .AnyTagClassName
 {
   color: #1A634A;
 }
</style>
background-color css

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

 a { background-color: rgb(26,99,74); }

 div.DivClassName
 {
   background-color: #1A634A;
 }
 .BgClassName
 {
   background-color: #1A634A;
 }
</style>
border-color css

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

 span { border-color: rgb(26,99,74); }

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