Html Css Color HEX #1F5068 Arapawa

📋 copy color: '#1F5068'

red 31 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #1F5068

Tints of Arapawa #1F5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 14.42%
G = 37.21%
B = 48.37%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F5068 (or 0x1F5068) is known color: Arapawa. HEX triplet: 1F, 50 and 68. RGB value is (31,80,104). Sum of RGB (Red+Green+Blue) = 31+80+104=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5068 is #E0AF97. Grayscale: #434343. Windows color (decimal): -14725016 or 6836255. OLE color: 6836255.

HSL color Cylindrical-coordinate representation of color #1F5068: hue angle of 199.73º 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 #1F5068 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 80 104 -
CMYK 0.70 0.23 0 0.59
HSL 199.73º 0.54% 0.26% -
HSV(B) 199.73º 0.7% 0.41% -
XYZ 5.93 7.03 14.14 -
YUV 68.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 31 80 104 0.70 0.23 0 0.59 199.73 0.54 0.26
Hex 1F 50 68 46 17 0 3B C8 36 1A
Octal 37 120 150 106 27 0 73 310 66 32
Binary 11111 1010000 1101000 1000110 10111 0 111011 11001000 110110 11010

Color Harmonies of #1F5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5068

Black with #1F5068

Text Example


Text Example

White with #1F5068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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