#1B0957

Color #1B0957 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #1B0957

Tints of Paua #1B0957

Color information

#1B0957 (or 0x1B0957) is unknown color: approx Paua. HEX triplet: 1B, 09 and 57. RGB value is (27,9,87). Sum of RGB (Red+Green+Blue) = 27+9+87=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B0957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0957 is #E4F6A8. Grayscale: #161616. Windows color (decimal): -15005353 or 5703963. OLE color: 5703963.

HSL color Cylindrical-coordinate representation of color #1B0957: hue angle of 253.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0957 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB27987-
CMYK0.690.9000.66
HSL253.85º81.25%18.82%-
HSV(B)253.85º89.66%34.12%-
XYZ2.271.129.11-
YUV23.27163.96130.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 87 (34.38% from 255) = 70.73%
R=21.95%
G=7.32%
B=70.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal279870.690.9000.66253.8581.2518.82
Hex1B957455A042fe5113
Octal3311127105132010237612123
Binary1101110011010111100010110110100100001011111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,87); }

 H1.HeaderClassName
 {
   color: #1B0957;
 }
 .AnyTagClassName
 {
   color: #1B0957;
 }
</style>
background-color css

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

 a { background-color: rgb(27,9,87); }

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

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

 span { border-color: rgb(27,9,87); }

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