Html Css Color HEX #1F466B Arapawa

📋 copy color: '#1F466B'

red 31 ◦ green 70 ◦ blue 107

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

Shades of Arapawa #1F466B

Tints of Arapawa #1F466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 107 (42.19% from 255) = 51.44%

R = 14.9%
G = 33.65%
B = 51.44%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F466B (or 0x1F466B) is known color: Arapawa. HEX triplet: 1F, 46 and 6B. RGB value is (31,70,107). Sum of RGB (Red+Green+Blue) = 31+70+107=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F466B is #E0B994. Grayscale: #3E3E3E. Windows color (decimal): -14727573 or 7030303. OLE color: 7030303.

HSL color Cylindrical-coordinate representation of color #1F466B: hue angle of 209.21º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F466B is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 70 107 -
CMYK 0.71 0.35 0 0.58
HSL 209.21º 0.55% 0.27% -
HSV(B) 209.21º 0.71% 0.42% -
XYZ 5.41 5.73 14.73 -
YUV 62.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 31 70 107 0.71 0.35 0 0.58 209.21 0.55 0.27
Hex 1F 46 6B 47 23 0 3A D1 37 1B
Octal 37 106 153 107 43 0 72 321 67 33
Binary 11111 1000110 1101011 1000111 100011 0 111010 11010001 110111 11011

Color Harmonies of #1F466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F466B

Black with #1F466B

Text Example


Text Example

White with #1F466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,107); }

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

background-color css

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

 a { background-color: rgb(31,70,107); }

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

border-color css

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

 span { border-color: rgb(31,70,107); }

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