Html Css Color HEX #1F5776 Orient

📋 copy color: '#1F5776'

red 31 ◦ green 87 ◦ blue 118

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

Shades of Orient #1F5776

Tints of Orient #1F5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 13.14%
G = 36.86%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F5776 (or 0x1F5776) is known color: Orient. HEX triplet: 1F, 57 and 76. RGB value is (31,87,118). Sum of RGB (Red+Green+Blue) = 31+87+118=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5776 is #E0A889. Grayscale: #494949. Windows color (decimal): -14723210 or 7755551. OLE color: 7755551.

HSL color Cylindrical-coordinate representation of color #1F5776: hue angle of 201.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5776 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 87 118 -
CMYK 0.74 0.26 0 0.54
HSL 201.38º 0.58% 0.29% -
HSV(B) 201.38º 0.74% 0.46% -
XYZ 7.24 8.42 18.38 -
YUV 73.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 31 87 118 0.74 0.26 0 0.54 201.38 0.58 0.29
Hex 1F 57 76 4A 1A 0 36 C9 3A 1D
Octal 37 127 166 112 32 0 66 311 72 35
Binary 11111 1010111 1110110 1001010 11010 0 110110 11001001 111010 11101

Color Harmonies of #1F5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5776

Black with #1F5776

Text Example


Text Example

White with #1F5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,87,118); }

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

background-color css

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

 a { background-color: rgb(31,87,118); }

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

border-color css

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

 span { border-color: rgb(31,87,118); }

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