Html Css Color HEX #1A7467 Deep Sea

📋 copy color: '#1A7467'

red 26 ◦ green 116 ◦ blue 103

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

Shades of Deep Sea #1A7467

Tints of Deep Sea #1A7467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 10.61%
G = 47.35%
B = 42.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#1A7467 (or 0x1A7467) is known color: Deep Sea. HEX triplet: 1A, 74 and 67. RGB value is (26,116,103). Sum of RGB (Red+Green+Blue) = 26+116+103=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7467 is #E58B98. Grayscale: #575757. Windows color (decimal): -15043481 or 6779930. OLE color: 6779930.

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

Color convert

RGB 26 116 103 -
CMYK 0.78 0 0.11 0.55
HSL 171.33º 0.63% 0.28% -
HSV(B) 171.33º 0.78% 0.45% -
XYZ 9.12 13.69 14.99 -
YUV 87.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 26 116 103 0.78 0 0.11 0.55 171.33 0.63 0.28
Hex 1A 74 67 4E 0 B 37 AB 3F 1C
Octal 32 164 147 116 0 13 67 253 77 34
Binary 11010 1110100 1100111 1001110 0 1011 110111 10101011 111111 11100

Color Harmonies of #1A7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7467

Black with #1A7467

Text Example


Text Example

White with #1A7467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,116,103); }

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

background-color css

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

 a { background-color: rgb(26,116,103); }

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

border-color css

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

 span { border-color: rgb(26,116,103); }

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