Html Css Color HEX #1F5071 Orient

📋 copy color: '#1F5071'

red 31 ◦ green 80 ◦ blue 113

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

Shades of Orient #1F5071

Tints of Orient #1F5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 13.84%
G = 35.71%
B = 50.45%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F5071 (or 0x1F5071) is known color: Orient. HEX triplet: 1F, 50 and 71. RGB value is (31,80,113). Sum of RGB (Red+Green+Blue) = 31+80+113=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5071 is #E0AF8E. Grayscale: #444444. Windows color (decimal): -14725007 or 7426079. OLE color: 7426079.

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

Color convert

RGB 31 80 113 -
CMYK 0.73 0.29 0 0.56
HSL 204.15º 0.57% 0.28% -
HSV(B) 204.15º 0.73% 0.44% -
XYZ 6.41 7.22 16.68 -
YUV 69.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 31 80 113 0.73 0.29 0 0.56 204.15 0.57 0.28
Hex 1F 50 71 49 1D 0 38 CC 39 1C
Octal 37 120 161 111 35 0 70 314 71 34
Binary 11111 1010000 1110001 1001001 11101 0 111000 11001100 111001 11100

Color Harmonies of #1F5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5071

Black with #1F5071

Text Example


Text Example

White with #1F5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,113); }

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

background-color css

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

 a { background-color: rgb(31,80,113); }

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

border-color css

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

 span { border-color: rgb(31,80,113); }

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