Html Css Color HEX #1A1741 Paua

📋 copy color: '#1A1741'

red 26 ◦ green 23 ◦ blue 65

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

Shades of Paua #1A1741

Tints of Paua #1A1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 57.02%

R = 22.81%
G = 20.18%
B = 57.02%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1A1741 (or 0x1A1741) is known color: Paua. HEX triplet: 1A, 17 and 41. RGB value is (26,23,65). Sum of RGB (Red+Green+Blue) = 26+23+65=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1741 is #E5E8BE. Grayscale: #1C1C1C. Windows color (decimal): -15067327 or 4265754. OLE color: 4265754.

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

Color convert

RGB 26 23 65 -
CMYK 0.60 0.65 0 0.75
HSL 244.29º 0.48% 0.17% -
HSV(B) 244.29º 0.65% 0.25% -
XYZ 1.69 1.21 5.15 -
YUV 28.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 26 23 65 0.60 0.65 0 0.75 244.29 0.48 0.17
Hex 1A 17 41 3C 41 0 4B F4 30 11
Octal 32 27 101 74 101 0 113 364 60 21
Binary 11010 10111 1000001 111100 1000001 0 1001011 11110100 110000 10001

Color Harmonies of #1A1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1741

Black with #1A1741

Text Example


Text Example

White with #1A1741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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