Html Css Color HEX #1F5163 Arapawa

📋 copy color: '#1F5163'

red 31 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #1F5163

Tints of Arapawa #1F5163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 14.69%
G = 38.39%
B = 46.92%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F5163 (or 0x1F5163) is known color: Arapawa. HEX triplet: 1F, 51 and 63. RGB value is (31,81,99). Sum of RGB (Red+Green+Blue) = 31+81+99=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5163 is #E0AE9C. Grayscale: #434343. Windows color (decimal): -14724765 or 6508831. OLE color: 6508831.

HSL color Cylindrical-coordinate representation of color #1F5163: hue angle of 195.88º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5163 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 81 99 -
CMYK 0.69 0.18 0 0.61
HSL 195.88º 0.52% 0.25% -
HSV(B) 195.88º 0.69% 0.39% -
XYZ 5.76 7.08 12.87 -
YUV 68.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 31 81 99 0.69 0.18 0 0.61 195.88 0.52 0.25
Hex 1F 51 63 45 12 0 3D C4 34 19
Octal 37 121 143 105 22 0 75 304 64 31
Binary 11111 1010001 1100011 1000101 10010 0 111101 11000100 110100 11001

Color Harmonies of #1F5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5163

Black with #1F5163

Text Example


Text Example

White with #1F5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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