Html Css Color HEX #1F576F Orient

📋 copy color: '#1F576F'

red 31 ◦ green 87 ◦ blue 111

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

Shades of Orient #1F576F

Tints of Orient #1F576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 13.54%
G = 37.99%
B = 48.47%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F576F (or 0x1F576F) is known color: Orient. HEX triplet: 1F, 57 and 6F. RGB value is (31,87,111). Sum of RGB (Red+Green+Blue) = 31+87+111=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F576F is #E0A890. Grayscale: #484848. Windows color (decimal): -14723217 or 7296799. OLE color: 7296799.

HSL color Cylindrical-coordinate representation of color #1F576F: hue angle of 198º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F576F is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 87 111 -
CMYK 0.72 0.22 0 0.56
HSL 198º 0.56% 0.28% -
HSV(B) 198º 0.72% 0.44% -
XYZ 6.84 8.26 16.27 -
YUV 72.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 31 87 111 0.72 0.22 0 0.56 198 0.56 0.28
Hex 1F 57 6F 48 16 0 38 C6 38 1C
Octal 37 127 157 110 26 0 70 306 70 34
Binary 11111 1010111 1101111 1001000 10110 0 111000 11000110 111000 11100

Color Harmonies of #1F576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F576F

Black with #1F576F

Text Example


Text Example

White with #1F576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,87,111); }

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

background-color css

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

 a { background-color: rgb(31,87,111); }

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

border-color css

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

 span { border-color: rgb(31,87,111); }

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