Html Css Color HEX #1A154E Paua

📋 copy color: '#1A154E'

red 26 ◦ green 21 ◦ blue 78

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

Shades of Paua #1A154E

Tints of Paua #1A154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 78 (30.86% from 255) = 62.4%

R = 20.8%
G = 16.8%
B = 62.4%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A154E (or 0x1A154E) is known color: Paua. HEX triplet: 1A, 15 and 4E. RGB value is (26,21,78). Sum of RGB (Red+Green+Blue) = 26+21+78=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A154E is #E5EAB1. Grayscale: #1C1C1C. Windows color (decimal): -15067826 or 5117210. OLE color: 5117210.

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

Color convert

RGB 26 21 78 -
CMYK 0.67 0.73 0 0.69
HSL 245.26º 0.58% 0.19% -
HSV(B) 245.26º 0.73% 0.31% -
XYZ 2.07 1.31 7.35 -
YUV 28.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 26 21 78 0.67 0.73 0 0.69 245.26 0.58 0.19
Hex 1A 15 4E 43 49 0 45 F5 3A 13
Octal 32 25 116 103 111 0 105 365 72 23
Binary 11010 10101 1001110 1000011 1001001 0 1000101 11110101 111010 10011

Color Harmonies of #1A154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A154E

Black with #1A154E

Text Example


Text Example

White with #1A154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,78); }

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

background-color css

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

 a { background-color: rgb(26,21,78); }

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

border-color css

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

 span { border-color: rgb(26,21,78); }

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