Html Css Color HEX #1F5677 Orient

📋 copy color: '#1F5677'

red 31 ◦ green 86 ◦ blue 119

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

Shades of Orient #1F5677

Tints of Orient #1F5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 13.14%
G = 36.44%
B = 50.42%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5677 (or 0x1F5677) is known color: Orient. HEX triplet: 1F, 56 and 77. RGB value is (31,86,119). Sum of RGB (Red+Green+Blue) = 31+86+119=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F5677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5677 is #E0A988. Grayscale: #494949. Windows color (decimal): -14723465 or 7820831. OLE color: 7820831.

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

Color convert

RGB 31 86 119 -
CMYK 0.74 0.28 0 0.53
HSL 202.5º 0.59% 0.29% -
HSV(B) 202.5º 0.74% 0.47% -
XYZ 7.22 8.28 18.67 -
YUV 73.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 31 86 119 0.74 0.28 0 0.53 202.5 0.59 0.29
Hex 1F 56 77 4A 1C 0 35 CA 3B 1D
Octal 37 126 167 112 34 0 65 312 73 35
Binary 11111 1010110 1110111 1001010 11100 0 110101 11001010 111011 11101

Color Harmonies of #1F5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5677

Black with #1F5677

Text Example


Text Example

White with #1F5677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,119); }

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

background-color css

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

 a { background-color: rgb(31,86,119); }

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

border-color css

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

 span { border-color: rgb(31,86,119); }

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