Html Css Color HEX #1F7577 Atoll

📋 copy color: '#1F7577'

red 31 ◦ green 117 ◦ blue 119

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

Shades of Atoll #1F7577

Tints of Atoll #1F7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 11.61%
G = 43.82%
B = 44.57%

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

#1F7577 (or 0x1F7577) is known color: Atoll. HEX triplet: 1F, 75 and 77. RGB value is (31,117,119). Sum of RGB (Red+Green+Blue) = 31+117+119=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F7577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7577 is #E08A88. Grayscale: #5B5B5B. Windows color (decimal): -14715529 or 7828767. OLE color: 7828767.

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

Color convert

RGB 31 117 119 -
CMYK 0.74 0.02 0 0.53
HSL 181.36º 0.59% 0.29% -
HSV(B) 181.36º 0.74% 0.47% -
XYZ 10.26 14.35 19.68 -
YUV 91.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 31 117 119 0.74 0.02 0 0.53 181.36 0.59 0.29
Hex 1F 75 77 4A 2 0 35 B5 3B 1D
Octal 37 165 167 112 2 0 65 265 73 35
Binary 11111 1110101 1110111 1001010 10 0 110101 10110101 111011 11101

Color Harmonies of #1F7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7577

Black with #1F7577

Text Example


Text Example

White with #1F7577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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