Html Css Color HEX #181A50 Paua

📋 copy color: '#181A50'

red 24 ◦ green 26 ◦ blue 80

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

Shades of Paua #181A50

Tints of Paua #181A50

RGB

 RED value IS 24 (9.77% from 255) = 18.46%

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 61.54%

R = 18.46%
G = 20%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181A50 (or 0x181A50) is known color: Paua. HEX triplet: 18, 1A and 50. RGB value is (24,26,80). Sum of RGB (Red+Green+Blue) = 24+26+80=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #181A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A50 is #E7E5AF. Grayscale: #1F1F1F. Windows color (decimal): -15197616 or 5249560. OLE color: 5249560.

HSL color Cylindrical-coordinate representation of color #181A50: hue angle of 237.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181A50 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 26 80 -
CMYK 0.70 0.67 0 0.69
HSL 237.86º 0.54% 0.2% -
HSV(B) 237.86º 0.7% 0.31% -
XYZ 2.19 1.51 7.77 -
YUV 31.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 24 26 80 0.70 0.67 0 0.69 237.86 0.54 0.2
Hex 18 1A 50 46 43 0 45 EE 36 14
Octal 30 32 120 106 103 0 105 356 66 24
Binary 11000 11010 1010000 1000110 1000011 0 1000101 11101110 110110 10100

Color Harmonies of #181A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A50

Black with #181A50

Text Example


Text Example

White with #181A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181A50; }

 p { color: rgb(24,26,80); }

 H1.HeaderClassName
 {
   color: #181A50;
 }
 .AnyTagClassName
 {
   color: #181A50;
 }
</style>

background-color css

<style>
 a { background-color: #181A50; }

 a { background-color: rgb(24,26,80); }

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

border-color css

<style>
 span { border-color: #181A50; }

 span { border-color: rgb(24,26,80); }

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