Html Css Color HEX #1A194D Paua

📋 copy color: '#1A194D'

red 26 ◦ green 25 ◦ blue 77

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

Shades of Paua #1A194D

Tints of Paua #1A194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

 BLUE value IS 77 (30.47% from 255) = 60.16%

R = 20.31%
G = 19.53%
B = 60.16%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1A194D (or 0x1A194D) is known color: Paua. HEX triplet: 1A, 19 and 4D. RGB value is (26,25,77). Sum of RGB (Red+Green+Blue) = 26+25+77=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A194D is #E5E6B2. Grayscale: #1F1F1F. Windows color (decimal): -15066803 or 5052698. OLE color: 5052698.

HSL color Cylindrical-coordinate representation of color #1A194D: hue angle of 241.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A194D is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 26 25 77 -
CMYK 0.66 0.68 0 0.70
HSL 241.15º 0.51% 0.2% -
HSV(B) 241.15º 0.68% 0.3% -
XYZ 2.11 1.45 7.19 -
YUV 31.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 26 25 77 0.66 0.68 0 0.70 241.15 0.51 0.2
Hex 1A 19 4D 42 44 0 46 F1 33 14
Octal 32 31 115 102 104 0 106 361 63 24
Binary 11010 11001 1001101 1000010 1000100 0 1000110 11110001 110011 10100

Color Harmonies of #1A194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A194D

Black with #1A194D

Text Example


Text Example

White with #1A194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,25,77); }

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

background-color css

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

 a { background-color: rgb(26,25,77); }

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

border-color css

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

 span { border-color: rgb(26,25,77); }

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