Html Css Color HEX #1F466E Arapawa

📋 copy color: '#1F466E'

red 31 ◦ green 70 ◦ blue 110

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

Shades of Arapawa #1F466E

Tints of Arapawa #1F466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 14.69%
G = 33.18%
B = 52.13%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F466E (or 0x1F466E) is known color: Arapawa. HEX triplet: 1F, 46 and 6E. RGB value is (31,70,110). Sum of RGB (Red+Green+Blue) = 31+70+110=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F466E is #E0B991. Grayscale: #3E3E3E. Windows color (decimal): -14727570 or 7226911. OLE color: 7226911.

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

Color convert

RGB 31 70 110 -
CMYK 0.72 0.36 0 0.57
HSL 210.38º 0.56% 0.28% -
HSV(B) 210.38º 0.72% 0.43% -
XYZ 5.57 5.8 15.58 -
YUV 62.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 31 70 110 0.72 0.36 0 0.57 210.38 0.56 0.28
Hex 1F 46 6E 48 24 0 39 D2 38 1C
Octal 37 106 156 110 44 0 71 322 70 34
Binary 11111 1000110 1101110 1001000 100100 0 111001 11010010 111000 11100

Color Harmonies of #1F466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F466E

Black with #1F466E

Text Example


Text Example

White with #1F466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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