Html Css Color HEX #1F516C Orient

📋 copy color: '#1F516C'

red 31 ◦ green 81 ◦ blue 108

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

Shades of Orient #1F516C

Tints of Orient #1F516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.82%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 14.09%
G = 36.82%
B = 49.09%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F516C (or 0x1F516C) is known color: Orient. HEX triplet: 1F, 51 and 6C. RGB value is (31,81,108). Sum of RGB (Red+Green+Blue) = 31+81+108=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F516C is #E0AE93. Grayscale: #444444. Windows color (decimal): -14724756 or 7098655. OLE color: 7098655.

HSL color Cylindrical-coordinate representation of color #1F516C: hue angle of 201.04º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F516C is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 81 108 -
CMYK 0.71 0.25 0 0.58
HSL 201.04º 0.55% 0.27% -
HSV(B) 201.04º 0.71% 0.42% -
XYZ 6.21 7.26 15.26 -
YUV 69.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 31 81 108 0.71 0.25 0 0.58 201.04 0.55 0.27
Hex 1F 51 6C 47 19 0 3A C9 37 1B
Octal 37 121 154 107 31 0 72 311 67 33
Binary 11111 1010001 1101100 1000111 11001 0 111010 11001001 110111 11011

Color Harmonies of #1F516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F516C

Black with #1F516C

Text Example


Text Example

White with #1F516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,81,108); }

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

background-color css

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

 a { background-color: rgb(31,81,108); }

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

border-color css

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

 span { border-color: rgb(31,81,108); }

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