Html Css Color HEX #1F5979 Orient

📋 copy color: '#1F5979'

red 31 ◦ green 89 ◦ blue 121

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

Shades of Orient #1F5979

Tints of Orient #1F5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 12.86%
G = 36.93%
B = 50.21%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5979 (or 0x1F5979) is known color: Orient. HEX triplet: 1F, 59 and 79. RGB value is (31,89,121). Sum of RGB (Red+Green+Blue) = 31+89+121=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5979 is #E0A686. Grayscale: #4B4B4B. Windows color (decimal): -14722695 or 7952671. OLE color: 7952671.

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

Color convert

RGB 31 89 121 -
CMYK 0.74 0.26 0 0.53
HSL 201.33º 0.59% 0.3% -
HSV(B) 201.33º 0.74% 0.47% -
XYZ 7.59 8.82 19.39 -
YUV 75.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 31 89 121 0.74 0.26 0 0.53 201.33 0.59 0.3
Hex 1F 59 79 4A 1A 0 35 C9 3B 1E
Octal 37 131 171 112 32 0 65 311 73 36
Binary 11111 1011001 1111001 1001010 11010 0 110101 11001001 111011 11110

Color Harmonies of #1F5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5979

Black with #1F5979

Text Example


Text Example

White with #1F5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,89,121); }

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

background-color css

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

 a { background-color: rgb(31,89,121); }

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

border-color css

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

 span { border-color: rgb(31,89,121); }

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