Html Css Color HEX #1D135A Paua

📋 copy color: '#1D135A'

red 29 ◦ green 19 ◦ blue 90

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

Shades of Paua #1D135A

Tints of Paua #1D135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 90 (35.55% from 255) = 65.22%

R = 21.01%
G = 13.77%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D135A (or 0x1D135A) is known color: Paua. HEX triplet: 1D, 13 and 5A. RGB value is (29,19,90). Sum of RGB (Red+Green+Blue) = 29+19+90=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D135A is #E2ECA5. Grayscale: #1D1D1D. Windows color (decimal): -14871718 or 5903133. OLE color: 5903133.

HSL color Cylindrical-coordinate representation of color #1D135A: hue angle of 248.45º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D135A is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 19 90 -
CMYK 0.68 0.79 0 0.65
HSL 248.45º 0.65% 0.21% -
HSV(B) 248.45º 0.79% 0.35% -
XYZ 2.59 1.47 9.82 -
YUV 30.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 29 19 90 0.68 0.79 0 0.65 248.45 0.65 0.21
Hex 1D 13 5A 44 4F 0 41 F8 41 15
Octal 35 23 132 104 117 0 101 370 101 25
Binary 11101 10011 1011010 1000100 1001111 0 1000001 11111000 1000001 10101

Color Harmonies of #1D135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D135A

Black with #1D135A

Text Example


Text Example

White with #1D135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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