Html Css Color HEX #1F7276 Atoll

📋 copy color: '#1F7276'

red 31 ◦ green 114 ◦ blue 118

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

Shades of Atoll #1F7276

Tints of Atoll #1F7276

RGB

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

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

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

R = 11.79%
G = 43.35%
B = 44.87%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F7276 (or 0x1F7276) is known color: Atoll. HEX triplet: 1F, 72 and 76. RGB value is (31,114,118). Sum of RGB (Red+Green+Blue) = 31+114+118=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F7276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7276 is #E08D89. Grayscale: #595959. Windows color (decimal): -14716298 or 7762463. OLE color: 7762463.

HSL color Cylindrical-coordinate representation of color #1F7276: hue angle of 182.76º 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 #1F7276 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 114 118 -
CMYK 0.74 0.03 0 0.54
HSL 182.76º 0.58% 0.29% -
HSV(B) 182.76º 0.74% 0.46% -
XYZ 9.85 13.63 19.25 -
YUV 89.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 31 114 118 0.74 0.03 0 0.54 182.76 0.58 0.29
Hex 1F 72 76 4A 3 0 36 B7 3A 1D
Octal 37 162 166 112 3 0 66 267 72 35
Binary 11111 1110010 1110110 1001010 11 0 110110 10110111 111010 11101

Color Harmonies of #1F7276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7276

Black with #1F7276

Text Example


Text Example

White with #1F7276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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