Html Css Color HEX #1F516F Orient

📋 copy color: '#1F516F'

red 31 ◦ green 81 ◦ blue 111

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

Shades of Orient #1F516F

Tints of Orient #1F516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 13.9%
G = 36.32%
B = 49.78%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F516F (or 0x1F516F) is known color: Orient. HEX triplet: 1F, 51 and 6F. RGB value is (31,81,111). Sum of RGB (Red+Green+Blue) = 31+81+111=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F516F is #E0AE90. Grayscale: #454545. Windows color (decimal): -14724753 or 7295263. OLE color: 7295263.

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

Color convert

RGB 31 81 111 -
CMYK 0.72 0.27 0 0.56
HSL 202.5º 0.56% 0.28% -
HSV(B) 202.5º 0.72% 0.44% -
XYZ 6.38 7.32 16.12 -
YUV 69.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 31 81 111 0.72 0.27 0 0.56 202.5 0.56 0.28
Hex 1F 51 6F 48 1B 0 38 CA 38 1C
Octal 37 121 157 110 33 0 70 312 70 34
Binary 11111 1010001 1101111 1001000 11011 0 111000 11001010 111000 11100

Color Harmonies of #1F516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F516F

Black with #1F516F

Text Example


Text Example

White with #1F516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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