Html Css Color HEX #181A55 Paua

📋 copy color: '#181A55'

red 24 ◦ green 26 ◦ blue 85

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

Shades of Paua #181A55

Tints of Paua #181A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 62.96%

R = 17.78%
G = 19.26%
B = 62.96%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181A55 (or 0x181A55) is known color: Paua. HEX triplet: 18, 1A and 55. RGB value is (24,26,85). Sum of RGB (Red+Green+Blue) = 24+26+85=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #181A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A55 is #E7E5AA. Grayscale: #1F1F1F. Windows color (decimal): -15197611 or 5577240. OLE color: 5577240.

HSL color Cylindrical-coordinate representation of color #181A55: hue angle of 238.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181A55 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 26 85 -
CMYK 0.72 0.69 0 0.67
HSL 238.03º 0.56% 0.21% -
HSV(B) 238.03º 0.72% 0.33% -
XYZ 2.39 1.59 8.78 -
YUV 32.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 24 26 85 0.72 0.69 0 0.67 238.03 0.56 0.21
Hex 18 1A 55 48 45 0 43 EE 38 15
Octal 30 32 125 110 105 0 103 356 70 25
Binary 11000 11010 1010101 1001000 1000101 0 1000011 11101110 111000 10101

Color Harmonies of #181A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A55

Black with #181A55

Text Example


Text Example

White with #181A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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