Html Css Color HEX #1A0B58 Paua

📋 copy color: '#1A0B58'

red 26 ◦ green 11 ◦ blue 88

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

Shades of Paua #1A0B58

Tints of Paua #1A0B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.8%

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 20.8%
G = 8.8%
B = 70.4%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A0B58 (or 0x1A0B58) is known color: Paua. HEX triplet: 1A, 0B and 58. RGB value is (26,11,88). Sum of RGB (Red+Green+Blue) = 26+11+88=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A0B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B58 is #E5F4A7. Grayscale: #171717. Windows color (decimal): -15070376 or 5770010. OLE color: 5770010.

HSL color Cylindrical-coordinate representation of color #1A0B58: hue angle of 251.69º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0B58 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 11 88 -
CMYK 0.70 0.88 0 0.65
HSL 251.69º 0.78% 0.19% -
HSV(B) 251.69º 0.88% 0.35% -
XYZ 2.31 1.16 9.34 -
YUV 24.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 26 11 88 0.70 0.88 0 0.65 251.69 0.78 0.19
Hex 1A B 58 46 58 0 41 FC 4E 13
Octal 32 13 130 106 130 0 101 374 116 23
Binary 11010 1011 1011000 1000110 1011000 0 1000001 11111100 1001110 10011

Color Harmonies of #1A0B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0B58

Black with #1A0B58

Text Example


Text Example

White with #1A0B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,11,88); }

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

background-color css

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

 a { background-color: rgb(26,11,88); }

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

border-color css

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

 span { border-color: rgb(26,11,88); }

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