Html Css Color HEX #1F556F Orient

📋 copy color: '#1F556F'

red 31 ◦ green 85 ◦ blue 111

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

Shades of Orient #1F556F

Tints of Orient #1F556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 13.66%
G = 37.44%
B = 48.9%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F556F (or 0x1F556F) is known color: Orient. HEX triplet: 1F, 55 and 6F. RGB value is (31,85,111). Sum of RGB (Red+Green+Blue) = 31+85+111=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F556F is #E0AA90. Grayscale: #474747. Windows color (decimal): -14723729 or 7296287. OLE color: 7296287.

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

Color convert

RGB 31 85 111 -
CMYK 0.72 0.23 0 0.56
HSL 199.5º 0.56% 0.28% -
HSV(B) 199.5º 0.72% 0.44% -
XYZ 6.68 7.94 16.22 -
YUV 71.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 31 85 111 0.72 0.23 0 0.56 199.5 0.56 0.28
Hex 1F 55 6F 48 17 0 38 C8 38 1C
Octal 37 125 157 110 27 0 70 310 70 34
Binary 11111 1010101 1101111 1001000 10111 0 111000 11001000 111000 11100

Color Harmonies of #1F556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F556F

Black with #1F556F

Text Example


Text Example

White with #1F556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,85,111); }

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

background-color css

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

 a { background-color: rgb(31,85,111); }

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

border-color css

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

 span { border-color: rgb(31,85,111); }

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