Html Css Color HEX #1F7379 Atoll

📋 copy color: '#1F7379'

red 31 ◦ green 115 ◦ blue 121

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

Shades of Atoll #1F7379

Tints of Atoll #1F7379

RGB

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

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

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

R = 11.61%
G = 43.07%
B = 45.32%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F7379 (or 0x1F7379) is known color: Atoll. HEX triplet: 1F, 73 and 79. RGB value is (31,115,121). Sum of RGB (Red+Green+Blue) = 31+115+121=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7379 is #E08C86. Grayscale: #5A5A5A. Windows color (decimal): -14716039 or 7959327. OLE color: 7959327.

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

Color convert

RGB 31 115 121 -
CMYK 0.74 0.05 0 0.53
HSL 184º 0.59% 0.3% -
HSV(B) 184º 0.74% 0.47% -
XYZ 10.15 13.93 20.24 -
YUV 90.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 31 115 121 0.74 0.05 0 0.53 184 0.59 0.3
Hex 1F 73 79 4A 5 0 35 B8 3B 1E
Octal 37 163 171 112 5 0 65 270 73 36
Binary 11111 1110011 1111001 1001010 101 0 110101 10111000 111011 11110

Color Harmonies of #1F7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7379

Black with #1F7379

Text Example


Text Example

White with #1F7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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