Html Css Color HEX #181B50 Paua

📋 copy color: '#181B50'

red 24 ◦ green 27 ◦ blue 80

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

Shades of Paua #181B50

Tints of Paua #181B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 18.32%
G = 20.61%
B = 61.07%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181B50 (or 0x181B50) is known color: Paua. HEX triplet: 18, 1B and 50. RGB value is (24,27,80). Sum of RGB (Red+Green+Blue) = 24+27+80=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #181B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181B50 is #E7E4AF. Grayscale: #1F1F1F. Windows color (decimal): -15197360 or 5249816. OLE color: 5249816.

HSL color Cylindrical-coordinate representation of color #181B50: hue angle of 236.79º 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 #181B50 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 27 80 -
CMYK 0.70 0.66 0 0.69
HSL 236.79º 0.54% 0.2% -
HSV(B) 236.79º 0.7% 0.31% -
XYZ 2.22 1.56 7.77 -
YUV 32.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 24 27 80 0.70 0.66 0 0.69 236.79 0.54 0.2
Hex 18 1B 50 46 42 0 45 ED 36 14
Octal 30 33 120 106 102 0 105 355 66 24
Binary 11000 11011 1010000 1000110 1000010 0 1000101 11101101 110110 10100

Color Harmonies of #181B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B50

Black with #181B50

Text Example


Text Example

White with #181B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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