Html Css Color HEX #1F5E6A Orient

📋 copy color: '#1F5E6A'

red 31 ◦ green 94 ◦ blue 106

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

Shades of Orient #1F5E6A

Tints of Orient #1F5E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 13.42%
G = 40.69%
B = 45.89%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F5E6A (or 0x1F5E6A) is known color: Orient. HEX triplet: 1F, 5E and 6A. RGB value is (31,94,106). Sum of RGB (Red+Green+Blue) = 31+94+106=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F5E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E6A is #E0A195. Grayscale: #4C4C4C. Windows color (decimal): -14721430 or 6970911. OLE color: 6970911.

HSL color Cylindrical-coordinate representation of color #1F5E6A: hue angle of 189.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F5E6A is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 94 106 -
CMYK 0.71 0.11 0 0.58
HSL 189.6º 0.55% 0.27% -
HSV(B) 189.6º 0.71% 0.42% -
XYZ 7.17 9.34 15.06 -
YUV 76.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 31 94 106 0.71 0.11 0 0.58 189.6 0.55 0.27
Hex 1F 5E 6A 47 B 0 3A BE 37 1B
Octal 37 136 152 107 13 0 72 276 67 33
Binary 11111 1011110 1101010 1000111 1011 0 111010 10111110 110111 11011

Color Harmonies of #1F5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5E6A

Black with #1F5E6A

Text Example


Text Example

White with #1F5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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