Html Css Color HEX #1A7358 Deep Sea

📋 copy color: '#1A7358'

red 26 ◦ green 115 ◦ blue 88

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

Shades of Deep Sea #1A7358

Tints of Deep Sea #1A7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 11.35%
G = 50.22%
B = 38.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#1A7358 (or 0x1A7358) is known color: Deep Sea. HEX triplet: 1A, 73 and 58. RGB value is (26,115,88). Sum of RGB (Red+Green+Blue) = 26+115+88=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7358 is #E58CA7. Grayscale: #555555. Windows color (decimal): -15043752 or 5796634. OLE color: 5796634.

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

Color convert

RGB 26 115 88 -
CMYK 0.77 0 0.23 0.55
HSL 161.8º 0.63% 0.28% -
HSV(B) 161.8º 0.77% 0.45% -
XYZ 8.32 13.19 11.34 -
YUV 85.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 26 115 88 0.77 0 0.23 0.55 161.8 0.63 0.28
Hex 1A 73 58 4D 0 17 37 A2 3F 1C
Octal 32 163 130 115 0 27 67 242 77 34
Binary 11010 1110011 1011000 1001101 0 10111 110111 10100010 111111 11100

Color Harmonies of #1A7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7358

Black with #1A7358

Text Example


Text Example

White with #1A7358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,115,88); }

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

background-color css

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

 a { background-color: rgb(26,115,88); }

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

border-color css

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

 span { border-color: rgb(26,115,88); }

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