Html Css Color HEX #1F5772 Orient

📋 copy color: '#1F5772'

red 31 ◦ green 87 ◦ blue 114

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

Shades of Orient #1F5772

Tints of Orient #1F5772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 13.36%
G = 37.5%
B = 49.14%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F5772 (or 0x1F5772) is known color: Orient. HEX triplet: 1F, 57 and 72. RGB value is (31,87,114). Sum of RGB (Red+Green+Blue) = 31+87+114=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F5772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5772 is #E0A88D. Grayscale: #494949. Windows color (decimal): -14723214 or 7493407. OLE color: 7493407.

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

Color convert

RGB 31 87 114 -
CMYK 0.73 0.24 0 0.55
HSL 199.52º 0.57% 0.28% -
HSV(B) 199.52º 0.73% 0.45% -
XYZ 7.01 8.32 17.16 -
YUV 73.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 31 87 114 0.73 0.24 0 0.55 199.52 0.57 0.28
Hex 1F 57 72 49 18 0 37 C8 39 1C
Octal 37 127 162 111 30 0 67 310 71 34
Binary 11111 1010111 1110010 1001001 11000 0 110111 11001000 111001 11100

Color Harmonies of #1F5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5772

Black with #1F5772

Text Example


Text Example

White with #1F5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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