Html Css Color HEX #1A5068 Arapawa

📋 copy color: '#1A5068'

red 26 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #1A5068

Tints of Arapawa #1A5068

RGB

 RED value IS 26 (10.55% from 255) = 12.38%

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

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

R = 12.38%
G = 38.1%
B = 49.52%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A5068 (or 0x1A5068) is known color: Arapawa. HEX triplet: 1A, 50 and 68. RGB value is (26,80,104). Sum of RGB (Red+Green+Blue) = 26+80+104=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5068 is #E5AF97. Grayscale: #424242. Windows color (decimal): -15052696 or 6836250. OLE color: 6836250.

HSL color Cylindrical-coordinate representation of color #1A5068: hue angle of 198.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5068 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 80 104 -
CMYK 0.75 0.23 0 0.59
HSL 198.46º 0.6% 0.25% -
HSV(B) 198.46º 0.75% 0.41% -
XYZ 5.79 6.96 14.13 -
YUV 66.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 26 80 104 0.75 0.23 0 0.59 198.46 0.6 0.25
Hex 1A 50 68 4B 17 0 3B C6 3C 19
Octal 32 120 150 113 27 0 73 306 74 31
Binary 11010 1010000 1101000 1001011 10111 0 111011 11000110 111100 11001

Color Harmonies of #1A5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5068

Black with #1A5068

Text Example


Text Example

White with #1A5068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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