Html Css Color HEX #1F4E61 Arapawa

📋 copy color: '#1F4E61'

red 31 ◦ green 78 ◦ blue 97

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

Shades of Arapawa #1F4E61

Tints of Arapawa #1F4E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 15.05%
G = 37.86%
B = 47.09%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F4E61 (or 0x1F4E61) is known color: Arapawa. HEX triplet: 1F, 4E and 61. RGB value is (31,78,97). Sum of RGB (Red+Green+Blue) = 31+78+97=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E61 is #E0B19E. Grayscale: #414141. Windows color (decimal): -14725535 or 6376991. OLE color: 6376991.

HSL color Cylindrical-coordinate representation of color #1F4E61: hue angle of 197.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4E61 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 78 97 -
CMYK 0.68 0.20 0 0.62
HSL 197.27º 0.52% 0.25% -
HSV(B) 197.27º 0.68% 0.38% -
XYZ 5.45 6.6 12.3 -
YUV 66.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 31 78 97 0.68 0.20 0 0.62 197.27 0.52 0.25
Hex 1F 4E 61 44 14 0 3E C5 34 19
Octal 37 116 141 104 24 0 76 305 64 31
Binary 11111 1001110 1100001 1000100 10100 0 111110 11000101 110100 11001

Color Harmonies of #1F4E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4E61

Black with #1F4E61

Text Example


Text Example

White with #1F4E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,78,97); }

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

background-color css

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

 a { background-color: rgb(31,78,97); }

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

border-color css

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

 span { border-color: rgb(31,78,97); }

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