Html Css Color HEX #1F4868 Arapawa

📋 copy color: '#1F4868'

red 31 ◦ green 72 ◦ blue 104

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

Shades of Arapawa #1F4868

Tints of Arapawa #1F4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 14.98%
G = 34.78%
B = 50.24%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F4868 (or 0x1F4868) is known color: Arapawa. HEX triplet: 1F, 48 and 68. RGB value is (31,72,104). Sum of RGB (Red+Green+Blue) = 31+72+104=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4868 is #E0B797. Grayscale: #3F3F3F. Windows color (decimal): -14727064 or 6834207. OLE color: 6834207.

HSL color Cylindrical-coordinate representation of color #1F4868: hue angle of 206.3º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4868 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 72 104 -
CMYK 0.70 0.31 0 0.59
HSL 206.3º 0.54% 0.26% -
HSV(B) 206.3º 0.7% 0.41% -
XYZ 5.38 5.93 13.96 -
YUV 63.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 31 72 104 0.70 0.31 0 0.59 206.3 0.54 0.26
Hex 1F 48 68 46 1F 0 3B CE 36 1A
Octal 37 110 150 106 37 0 73 316 66 32
Binary 11111 1001000 1101000 1000110 11111 0 111011 11001110 110110 11010

Color Harmonies of #1F4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4868

Black with #1F4868

Text Example


Text Example

White with #1F4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,104); }

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

background-color css

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

 a { background-color: rgb(31,72,104); }

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

border-color css

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

 span { border-color: rgb(31,72,104); }

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