Html Css Color HEX #1F566B Orient

📋 copy color: '#1F566B'

red 31 ◦ green 86 ◦ blue 107

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

Shades of Orient #1F566B

Tints of Orient #1F566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 107 (42.19% from 255) = 47.77%

R = 13.84%
G = 38.39%
B = 47.77%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F566B (or 0x1F566B) is known color: Orient. HEX triplet: 1F, 56 and 6B. RGB value is (31,86,107). Sum of RGB (Red+Green+Blue) = 31+86+107=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F566B is #E0A994. Grayscale: #474747. Windows color (decimal): -14723477 or 7034399. OLE color: 7034399.

HSL color Cylindrical-coordinate representation of color #1F566B: hue angle of 196.58º 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 #1F566B is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 86 107 -
CMYK 0.71 0.20 0 0.58
HSL 196.58º 0.55% 0.27% -
HSV(B) 196.58º 0.71% 0.42% -
XYZ 6.55 8.01 15.11 -
YUV 71.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 31 86 107 0.71 0.20 0 0.58 196.58 0.55 0.27
Hex 1F 56 6B 47 14 0 3A C5 37 1B
Octal 37 126 153 107 24 0 72 305 67 33
Binary 11111 1010110 1101011 1000111 10100 0 111010 11000101 110111 11011

Color Harmonies of #1F566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F566B

Black with #1F566B

Text Example


Text Example

White with #1F566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,107); }

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

background-color css

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

 a { background-color: rgb(31,86,107); }

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

border-color css

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

 span { border-color: rgb(31,86,107); }

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