Html Css Color HEX #1F586F Orient

📋 copy color: '#1F586F'

red 31 ◦ green 88 ◦ blue 111

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

Shades of Orient #1F586F

Tints of Orient #1F586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 13.48%
G = 38.26%
B = 48.26%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F586F (or 0x1F586F) is known color: Orient. HEX triplet: 1F, 58 and 6F. RGB value is (31,88,111). Sum of RGB (Red+Green+Blue) = 31+88+111=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F586F is #E0A790. Grayscale: #494949. Windows color (decimal): -14722961 or 7297055. OLE color: 7297055.

HSL color Cylindrical-coordinate representation of color #1F586F: hue angle of 197.25º 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 #1F586F is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 88 111 -
CMYK 0.72 0.21 0 0.56
HSL 197.25º 0.56% 0.28% -
HSV(B) 197.25º 0.72% 0.44% -
XYZ 6.92 8.42 16.3 -
YUV 73.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 31 88 111 0.72 0.21 0 0.56 197.25 0.56 0.28
Hex 1F 58 6F 48 15 0 38 C5 38 1C
Octal 37 130 157 110 25 0 70 305 70 34
Binary 11111 1011000 1101111 1001000 10101 0 111000 11000101 111000 11100

Color Harmonies of #1F586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F586F

Black with #1F586F

Text Example


Text Example

White with #1F586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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