#1F5A70

Color #1F5A70 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1F5A70

Tints of Orient #1F5A70

Color information

#1F5A70 (or 0x1F5A70) is unknown color: approx Orient. HEX triplet: 1F, 5A and 70. RGB value is (31,90,112). Sum of RGB (Red+Green+Blue) = 31+90+112=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F5A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A70 is #E0A58F. Grayscale: #4A4A4A. Windows color (decimal): -14722448 or 7363103. OLE color: 7363103.

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

Color convert

RGB3190112-
CMYK0.720.2000.56
HSL196.3º56.64%28.04%-
HSV(B)196.3º72.32%43.92%-
XYZ7.158.7716.65-
YUV74.87148.9596.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=13.30%
G=38.63%
B=48.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31901120.720.2000.56196.356.6428.04
Hex1F5A704814038c4391c
Octal37132160110240703047134
Binary111111011010111000010010001010001110001100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,112); }

 H1.HeaderClassName
 {
   color: #1F5A70;
 }
 .AnyTagClassName
 {
   color: #1F5A70;
 }
</style>
background-color css

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

 a { background-color: rgb(31,90,112); }

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

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

 span { border-color: rgb(31,90,112); }

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