Html Css Color HEX #1F5763 Arapawa

📋 copy color: '#1F5763'

red 31 ◦ green 87 ◦ blue 99

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

Shades of Arapawa #1F5763

Tints of Arapawa #1F5763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

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

R = 14.29%
G = 40.09%
B = 45.62%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F5763 (or 0x1F5763) is known color: Arapawa. HEX triplet: 1F, 57 and 63. RGB value is (31,87,99). Sum of RGB (Red+Green+Blue) = 31+87+99=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5763 is #E0A89C. Grayscale: #474747. Windows color (decimal): -14723229 or 6510367. OLE color: 6510367.

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

Color convert

RGB 31 87 99 -
CMYK 0.69 0.12 0 0.61
HSL 190.59º 0.52% 0.25% -
HSV(B) 190.59º 0.69% 0.39% -
XYZ 6.23 8.01 13.02 -
YUV 71.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 31 87 99 0.69 0.12 0 0.61 190.59 0.52 0.25
Hex 1F 57 63 45 C 0 3D BF 34 19
Octal 37 127 143 105 14 0 75 277 64 31
Binary 11111 1010111 1100011 1000101 1100 0 111101 10111111 110100 11001

Color Harmonies of #1F5763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5763

Black with #1F5763

Text Example


Text Example

White with #1F5763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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