Html Css Color HEX #1F7375 Atoll

📋 copy color: '#1F7375'

red 31 ◦ green 115 ◦ blue 117

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

Shades of Atoll #1F7375

Tints of Atoll #1F7375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 11.79%
G = 43.73%
B = 44.49%

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

#1F7375 (or 0x1F7375) is known color: Atoll. HEX triplet: 1F, 73 and 75. RGB value is (31,115,117). Sum of RGB (Red+Green+Blue) = 31+115+117=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7375 is #E08C8A. Grayscale: #5A5A5A. Windows color (decimal): -14716043 or 7697183. OLE color: 7697183.

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

Color convert

RGB 31 115 117 -
CMYK 0.74 0.02 0 0.54
HSL 181.4º 0.58% 0.29% -
HSV(B) 181.4º 0.74% 0.46% -
XYZ 9.91 13.84 18.98 -
YUV 90.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 31 115 117 0.74 0.02 0 0.54 181.4 0.58 0.29
Hex 1F 73 75 4A 2 0 36 B5 3A 1D
Octal 37 163 165 112 2 0 66 265 72 35
Binary 11111 1110011 1110101 1001010 10 0 110110 10110101 111010 11101

Color Harmonies of #1F7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7375

Black with #1F7375

Text Example


Text Example

White with #1F7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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