Html Css Color HEX #1F5370 Orient

📋 copy color: '#1F5370'

red 31 ◦ green 83 ◦ blue 112

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

Shades of Orient #1F5370

Tints of Orient #1F5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 13.72%
G = 36.73%
B = 49.56%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F5370 (or 0x1F5370) is known color: Orient. HEX triplet: 1F, 53 and 70. RGB value is (31,83,112). Sum of RGB (Red+Green+Blue) = 31+83+112=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5370 is #E0AC8F. Grayscale: #464646. Windows color (decimal): -14724240 or 7361311. OLE color: 7361311.

HSL color Cylindrical-coordinate representation of color #1F5370: hue angle of 201.48º 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 #1F5370 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 83 112 -
CMYK 0.72 0.26 0 0.56
HSL 201.48º 0.57% 0.28% -
HSV(B) 201.48º 0.72% 0.44% -
XYZ 6.58 7.65 16.46 -
YUV 70.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 31 83 112 0.72 0.26 0 0.56 201.48 0.57 0.28
Hex 1F 53 70 48 1A 0 38 C9 39 1C
Octal 37 123 160 110 32 0 70 311 71 34
Binary 11111 1010011 1110000 1001000 11010 0 111000 11001001 111001 11100

Color Harmonies of #1F5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5370

Black with #1F5370

Text Example


Text Example

White with #1F5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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