Html Css Color HEX #1A7263 Deep Sea

📋 copy color: '#1A7263'

red 26 ◦ green 114 ◦ blue 99

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

Shades of Deep Sea #1A7263

Tints of Deep Sea #1A7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 10.88%
G = 47.7%
B = 41.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#1A7263 (or 0x1A7263) is known color: Deep Sea. HEX triplet: 1A, 72 and 63. RGB value is (26,114,99). Sum of RGB (Red+Green+Blue) = 26+114+99=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7263 is #E58D9C. Grayscale: #555555. Windows color (decimal): -15043997 or 6517274. OLE color: 6517274.

HSL color Cylindrical-coordinate representation of color #1A7263: hue angle of 169.77º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7263 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 114 99 -
CMYK 0.77 0 0.13 0.55
HSL 169.77º 0.63% 0.27% -
HSV(B) 169.77º 0.77% 0.45% -
XYZ 8.7 13.16 13.89 -
YUV 85.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 26 114 99 0.77 0 0.13 0.55 169.77 0.63 0.27
Hex 1A 72 63 4D 0 D 37 AA 3F 1B
Octal 32 162 143 115 0 15 67 252 77 33
Binary 11010 1110010 1100011 1001101 0 1101 110111 10101010 111111 11011

Color Harmonies of #1A7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7263

Black with #1A7263

Text Example


Text Example

White with #1A7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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