Html Css Color HEX #1A194B Paua

📋 copy color: '#1A194B'

red 26 ◦ green 25 ◦ blue 75

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

Shades of Paua #1A194B

Tints of Paua #1A194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 59.52%

R = 20.63%
G = 19.84%
B = 59.52%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A194B (or 0x1A194B) is known color: Paua. HEX triplet: 1A, 19 and 4B. RGB value is (26,25,75). Sum of RGB (Red+Green+Blue) = 26+25+75=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A194B is #E5E6B4. Grayscale: #1E1E1E. Windows color (decimal): -15066805 or 4921626. OLE color: 4921626.

HSL color Cylindrical-coordinate representation of color #1A194B: hue angle of 241.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A194B is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 26 25 75 -
CMYK 0.65 0.67 0 0.71
HSL 241.2º 0.5% 0.2% -
HSV(B) 241.2º 0.67% 0.29% -
XYZ 2.04 1.42 6.82 -
YUV 31 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 26 25 75 0.65 0.67 0 0.71 241.2 0.5 0.2
Hex 1A 19 4B 41 43 0 47 F1 32 14
Octal 32 31 113 101 103 0 107 361 62 24
Binary 11010 11001 1001011 1000001 1000011 0 1000111 11110001 110010 10100

Color Harmonies of #1A194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A194B

Black with #1A194B

Text Example


Text Example

White with #1A194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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