Html Css Color HEX #1A1740 Paua

📋 copy color: '#1A1740'

red 26 ◦ green 23 ◦ blue 64

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

Shades of Paua #1A1740

Tints of Paua #1A1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

 BLUE value IS 64 (25.39% from 255) = 56.64%

R = 23.01%
G = 20.35%
B = 56.64%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1A1740 (or 0x1A1740) is known color: Paua. HEX triplet: 1A, 17 and 40. RGB value is (26,23,64). Sum of RGB (Red+Green+Blue) = 26+23+64=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1740 is #E5E8BF. Grayscale: #1C1C1C. Windows color (decimal): -15067328 or 4200218. OLE color: 4200218.

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

Color convert

RGB 26 23 64 -
CMYK 0.59 0.64 0 0.75
HSL 244.39º 0.47% 0.17% -
HSV(B) 244.39º 0.64% 0.25% -
XYZ 1.66 1.2 5 -
YUV 28.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 26 23 64 0.59 0.64 0 0.75 244.39 0.47 0.17
Hex 1A 17 40 3B 40 0 4B F4 2F 11
Octal 32 27 100 73 100 0 113 364 57 21
Binary 11010 10111 1000000 111011 1000000 0 1001011 11110100 101111 10001

Color Harmonies of #1A1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1740

Black with #1A1740

Text Example


Text Example

White with #1A1740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,23,64); }

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

background-color css

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

 a { background-color: rgb(26,23,64); }

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

border-color css

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

 span { border-color: rgb(26,23,64); }

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