Html Css Color HEX #1B1450 Paua

📋 copy color: '#1B1450'

red 27 ◦ green 20 ◦ blue 80

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

Shades of Paua #1B1450

Tints of Paua #1B1450

RGB

 RED value IS 27 (10.94% from 255) = 21.26%

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 21.26%
G = 15.75%
B = 62.99%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B1450 (or 0x1B1450) is known color: Paua. HEX triplet: 1B, 14 and 50. RGB value is (27,20,80). Sum of RGB (Red+Green+Blue) = 27+20+80=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1450 is #E4EBAF. Grayscale: #1C1C1C. Windows color (decimal): -15002544 or 5248027. OLE color: 5248027.

HSL color Cylindrical-coordinate representation of color #1B1450: hue angle of 247º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B1450 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 20 80 -
CMYK 0.66 0.75 0 0.69
HSL 247º 0.6% 0.2% -
HSV(B) 247º 0.75% 0.31% -
XYZ 2.15 1.31 7.73 -
YUV 28.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 27 20 80 0.66 0.75 0 0.69 247 0.6 0.2
Hex 1B 14 50 42 4B 0 45 F7 3C 14
Octal 33 24 120 102 113 0 105 367 74 24
Binary 11011 10100 1010000 1000010 1001011 0 1000101 11110111 111100 10100

Color Harmonies of #1B1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1450

Black with #1B1450

Text Example


Text Example

White with #1B1450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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