#1F4A6D

Color #1F4A6D Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #1F4A6D

Tints of Arapawa #1F4A6D

Color information

#1F4A6D (or 0x1F4A6D) is unknown color: approx Arapawa. HEX triplet: 1F, 4A and 6D. RGB value is (31,74,109). Sum of RGB (Red+Green+Blue) = 31+74+109=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F4A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4A6D is #E0B592. Grayscale: #404040. Windows color (decimal): -14726547 or 7162399. OLE color: 7162399.

HSL color Cylindrical-coordinate representation of color #1F4A6D: hue angle of 206.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F4A6D is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3174109-
CMYK0.720.3200.57
HSL206.92º55.71%27.45%-
HSV(B)206.92º71.56%42.75%-
XYZ5.776.2915.38-
YUV65.13152.75103.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=14.49%
G=34.58%
B=50.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31741090.720.3200.57206.9255.7127.45
Hex1F4A6D4820039cf381b
Octal37112155110400713177033
Binary1111110010101101101100100010000001110011100111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,109); }

 H1.HeaderClassName
 {
   color: #1F4A6D;
 }
 .AnyTagClassName
 {
   color: #1F4A6D;
 }
</style>
background-color css

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

 a { background-color: rgb(31,74,109); }

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

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

 span { border-color: rgb(31,74,109); }

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