Html Css Color HEX #1F5463 Arapawa

📋 copy color: '#1F5463'

red 31 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #1F5463

Tints of Arapawa #1F5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 14.49%
G = 39.25%
B = 46.26%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F5463 (or 0x1F5463) is known color: Arapawa. HEX triplet: 1F, 54 and 63. RGB value is (31,84,99). Sum of RGB (Red+Green+Blue) = 31+84+99=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5463 is #E0AB9C. Grayscale: #454545. Windows color (decimal): -14723997 or 6509599. OLE color: 6509599.

HSL color Cylindrical-coordinate representation of color #1F5463: hue angle of 193.24º 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 #1F5463 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 84 99 -
CMYK 0.69 0.15 0 0.61
HSL 193.24º 0.52% 0.25% -
HSV(B) 193.24º 0.69% 0.39% -
XYZ 5.99 7.53 12.94 -
YUV 69.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 31 84 99 0.69 0.15 0 0.61 193.24 0.52 0.25
Hex 1F 54 63 45 F 0 3D C1 34 19
Octal 37 124 143 105 17 0 75 301 64 31
Binary 11111 1010100 1100011 1000101 1111 0 111101 11000001 110100 11001

Color Harmonies of #1F5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5463

Black with #1F5463

Text Example


Text Example

White with #1F5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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