Html Css Color HEX #1F7476 Atoll

📋 copy color: '#1F7476'

red 31 ◦ green 116 ◦ blue 118

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

Shades of Atoll #1F7476

Tints of Atoll #1F7476

RGB

 RED value IS 31 (12.5% from 255) = 11.7%

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

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 11.7%
G = 43.77%
B = 44.53%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F7476 (or 0x1F7476) is known color: Atoll. HEX triplet: 1F, 74 and 76. RGB value is (31,116,118). Sum of RGB (Red+Green+Blue) = 31+116+118=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F7476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7476 is #E08B89. Grayscale: #5A5A5A. Windows color (decimal): -14715786 or 7762975. OLE color: 7762975.

HSL color Cylindrical-coordinate representation of color #1F7476: hue angle of 181.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7476 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 116 118 -
CMYK 0.74 0.02 0 0.54
HSL 181.38º 0.58% 0.29% -
HSV(B) 181.38º 0.74% 0.46% -
XYZ 10.08 14.09 19.33 -
YUV 90.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 31 116 118 0.74 0.02 0 0.54 181.38 0.58 0.29
Hex 1F 74 76 4A 2 0 36 B5 3A 1D
Octal 37 164 166 112 2 0 66 265 72 35
Binary 11111 1110100 1110110 1001010 10 0 110110 10110101 111010 11101

Color Harmonies of #1F7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7476

Black with #1F7476

Text Example


Text Example

White with #1F7476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,116,118); }

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

background-color css

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

 a { background-color: rgb(31,116,118); }

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

border-color css

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

 span { border-color: rgb(31,116,118); }

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