Html Css Color HEX #1F5E73 Orient

📋 copy color: '#1F5E73'

red 31 ◦ green 94 ◦ blue 115

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

Shades of Orient #1F5E73

Tints of Orient #1F5E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 12.92%
G = 39.17%
B = 47.92%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F5E73 (or 0x1F5E73) is known color: Orient. HEX triplet: 1F, 5E and 73. RGB value is (31,94,115). Sum of RGB (Red+Green+Blue) = 31+94+115=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E73 is #E0A18C. Grayscale: #4D4D4D. Windows color (decimal): -14721421 or 7560735. OLE color: 7560735.

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

Color convert

RGB 31 94 115 -
CMYK 0.73 0.18 0 0.55
HSL 195º 0.58% 0.29% -
HSV(B) 195º 0.73% 0.45% -
XYZ 7.66 9.53 17.66 -
YUV 77.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 31 94 115 0.73 0.18 0 0.55 195 0.58 0.29
Hex 1F 5E 73 49 12 0 37 C3 3A 1D
Octal 37 136 163 111 22 0 67 303 72 35
Binary 11111 1011110 1110011 1001001 10010 0 110111 11000011 111010 11101

Color Harmonies of #1F5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5E73

Black with #1F5E73

Text Example


Text Example

White with #1F5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,94,115); }

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

background-color css

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

 a { background-color: rgb(31,94,115); }

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

border-color css

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

 span { border-color: rgb(31,94,115); }

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