Html Css Color HEX #1A1749 Paua

📋 copy color: '#1A1749'

red 26 ◦ green 23 ◦ blue 73

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

Shades of Paua #1A1749

Tints of Paua #1A1749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 59.84%

R = 21.31%
G = 18.85%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A1749 (or 0x1A1749) is known color: Paua. HEX triplet: 1A, 17 and 49. RGB value is (26,23,73). Sum of RGB (Red+Green+Blue) = 26+23+73=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A1749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1749 is #E5E8B6. Grayscale: #1D1D1D. Windows color (decimal): -15067319 or 4790042. OLE color: 4790042.

HSL color Cylindrical-coordinate representation of color #1A1749: hue angle of 243.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1749 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 26 23 73 -
CMYK 0.64 0.68 0 0.71
HSL 243.6º 0.52% 0.19% -
HSV(B) 243.6º 0.68% 0.29% -
XYZ 1.93 1.31 6.45 -
YUV 29.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 26 23 73 0.64 0.68 0 0.71 243.6 0.52 0.19
Hex 1A 17 49 40 44 0 47 F4 34 13
Octal 32 27 111 100 104 0 107 364 64 23
Binary 11010 10111 1001001 1000000 1000100 0 1000111 11110100 110100 10011

Color Harmonies of #1A1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1749

Black with #1A1749

Text Example


Text Example

White with #1A1749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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