Html Css Color HEX #1A1258 Paua

📋 copy color: '#1A1258'

red 26 ◦ green 18 ◦ blue 88

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

Shades of Paua #1A1258

Tints of Paua #1A1258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 19.7%
G = 13.64%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A1258 (or 0x1A1258) is known color: Paua. HEX triplet: 1A, 12 and 58. RGB value is (26,18,88). Sum of RGB (Red+Green+Blue) = 26+18+88=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1258 is #E5EDA7. Grayscale: #1C1C1C. Windows color (decimal): -15068584 or 5771802. OLE color: 5771802.

HSL color Cylindrical-coordinate representation of color #1A1258: hue angle of 246.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1258 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 18 88 -
CMYK 0.70 0.80 0 0.65
HSL 246.86º 0.66% 0.21% -
HSV(B) 246.86º 0.8% 0.35% -
XYZ 2.4 1.36 9.37 -
YUV 28.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 26 18 88 0.70 0.80 0 0.65 246.86 0.66 0.21
Hex 1A 12 58 46 50 0 41 F7 42 15
Octal 32 22 130 106 120 0 101 367 102 25
Binary 11010 10010 1011000 1000110 1010000 0 1000001 11110111 1000010 10101

Color Harmonies of #1A1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1258

Black with #1A1258

Text Example


Text Example

White with #1A1258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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