Html Css Color HEX #1A0D55 Paua

📋 copy color: '#1A0D55'

red 26 ◦ green 13 ◦ blue 85

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

Shades of Paua #1A0D55

Tints of Paua #1A0D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 85 (33.59% from 255) = 68.55%

R = 20.97%
G = 10.48%
B = 68.55%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1A0D55 (or 0x1A0D55) is known color: Paua. HEX triplet: 1A, 0D and 55. RGB value is (26,13,85). Sum of RGB (Red+Green+Blue) = 26+13+85=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A0D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D55 is #E5F2AA. Grayscale: #181818. Windows color (decimal): -15069867 or 5573914. OLE color: 5573914.

HSL color Cylindrical-coordinate representation of color #1A0D55: hue angle of 250.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0D55 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 26 13 85 -
CMYK 0.69 0.85 0 0.67
HSL 250.83º 0.73% 0.19% -
HSV(B) 250.83º 0.85% 0.33% -
XYZ 2.21 1.16 8.7 -
YUV 25.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 26 13 85 0.69 0.85 0 0.67 250.83 0.73 0.19
Hex 1A D 55 45 55 0 43 FB 49 13
Octal 32 15 125 105 125 0 103 373 111 23
Binary 11010 1101 1010101 1000101 1010101 0 1000011 11111011 1001001 10011

Color Harmonies of #1A0D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0D55

Black with #1A0D55

Text Example


Text Example

White with #1A0D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,13,85); }

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

background-color css

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

 a { background-color: rgb(26,13,85); }

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

border-color css

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

 span { border-color: rgb(26,13,85); }

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