Html Css Color HEX #1F7679 Atoll

📋 copy color: '#1F7679'

red 31 ◦ green 118 ◦ blue 121

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

Shades of Atoll #1F7679

Tints of Atoll #1F7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 11.48%
G = 43.7%
B = 44.81%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F7679 (or 0x1F7679) is known color: Atoll. HEX triplet: 1F, 76 and 79. RGB value is (31,118,121). Sum of RGB (Red+Green+Blue) = 31+118+121=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F7679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7679 is #E08986. Grayscale: #5C5C5C. Windows color (decimal): -14715271 or 7960095. OLE color: 7960095.

HSL color Cylindrical-coordinate representation of color #1F7679: hue angle of 182º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7679 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 118 121 -
CMYK 0.74 0.02 0 0.53
HSL 182º 0.59% 0.3% -
HSV(B) 182º 0.74% 0.47% -
XYZ 10.49 14.63 20.36 -
YUV 92.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 31 118 121 0.74 0.02 0 0.53 182 0.59 0.3
Hex 1F 76 79 4A 2 0 35 B6 3B 1E
Octal 37 166 171 112 2 0 65 266 73 36
Binary 11111 1110110 1111001 1001010 10 0 110101 10110110 111011 11110

Color Harmonies of #1F7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7679

Black with #1F7679

Text Example


Text Example

White with #1F7679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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