Html Css Color HEX #1D1A57 Paua

📋 copy color: '#1D1A57'

red 29 ◦ green 26 ◦ blue 87

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

Shades of Paua #1D1A57

Tints of Paua #1D1A57

RGB

 RED value IS 29 (11.72% from 255) = 20.42%

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

 BLUE value IS 87 (34.38% from 255) = 61.27%

R = 20.42%
G = 18.31%
B = 61.27%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D1A57 (or 0x1D1A57) is known color: Paua. HEX triplet: 1D, 1A and 57. RGB value is (29,26,87). Sum of RGB (Red+Green+Blue) = 29+26+87=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A57 is #E2E5A8. Grayscale: #212121. Windows color (decimal): -14869929 or 5708317. OLE color: 5708317.

HSL color Cylindrical-coordinate representation of color #1D1A57: hue angle of 242.95º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1A57 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 26 87 -
CMYK 0.67 0.70 0 0.66
HSL 242.95º 0.54% 0.22% -
HSV(B) 242.95º 0.7% 0.34% -
XYZ 2.6 1.69 9.21 -
YUV 33.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 29 26 87 0.67 0.70 0 0.66 242.95 0.54 0.22
Hex 1D 1A 57 43 46 0 42 F3 36 16
Octal 35 32 127 103 106 0 102 363 66 26
Binary 11101 11010 1010111 1000011 1000110 0 1000010 11110011 110110 10110

Color Harmonies of #1D1A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1A57

Black with #1D1A57

Text Example


Text Example

White with #1D1A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,26,87); }

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

background-color css

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

 a { background-color: rgb(29,26,87); }

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

border-color css

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

 span { border-color: rgb(29,26,87); }

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