#1D134B

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

Shades of Paua #1D134B

Tints of Paua #1D134B

Color information

#1D134B (or 0x1D134B) is unknown color: approx Paua. HEX triplet: 1D, 13 and 4B. RGB value is (29,19,75). Sum of RGB (Red+Green+Blue) = 29+19+75=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D134B is #E2ECB4. Grayscale: #1C1C1C. Windows color (decimal): -14871733 or 4920093. OLE color: 4920093.

HSL color Cylindrical-coordinate representation of color #1D134B: hue angle of 250.71º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D134B is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB291975-
CMYK0.610.7500.71
HSL250.71º59.57%18.43%-
HSV(B)250.71º74.67%29.41%-
XYZ2.011.236.79-
YUV28.37154.31128.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=23.58%
G=15.45%
B=60.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2919750.610.7500.71250.7159.5718.43
Hex1D134B3D4B047fb3c12
Octal35231137511301073737422
Binary111011001110010111111011001011010001111111101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,75); }

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

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

 a { background-color: rgb(29,19,75); }

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

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

 span { border-color: rgb(29,19,75); }

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