Html Css Color HEX #1A6647 Jewel

📋 copy color: '#1A6647'

red 26 ◦ green 102 ◦ blue 71

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

Shades of Jewel #1A6647

Tints of Jewel #1A6647

RGB

 RED value IS 26 (10.55% from 255) = 13.07%

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

 BLUE value IS 71 (28.13% from 255) = 35.68%

R = 13.07%
G = 51.26%
B = 35.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#1A6647 (or 0x1A6647) is known color: Jewel. HEX triplet: 1A, 66 and 47. RGB value is (26,102,71). Sum of RGB (Red+Green+Blue) = 26+102+71=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6647 is #E599B8. Grayscale: #4B4B4B. Windows color (decimal): -15047097 or 4679194. OLE color: 4679194.

HSL color Cylindrical-coordinate representation of color #1A6647: hue angle of 155.53º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6647 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 26 102 71 -
CMYK 0.75 0 0.30 0.6
HSL 155.53º 0.59% 0.25% -
HSV(B) 155.53º 0.75% 0.4% -
XYZ 6.31 10.18 7.59 -
YUV 75.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 26 102 71 0.75 0 0.30 0.6 155.53 0.59 0.25
Hex 1A 66 47 4B 0 1E 3C 9C 3B 19
Octal 32 146 107 113 0 36 74 234 73 31
Binary 11010 1100110 1000111 1001011 0 11110 111100 10011100 111011 11001

Color Harmonies of #1A6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6647

Black with #1A6647

Text Example


Text Example

White with #1A6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,102,71); }

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

background-color css

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

 a { background-color: rgb(26,102,71); }

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

border-color css

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

 span { border-color: rgb(26,102,71); }

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