Html Css Color HEX #1D155A Paua

📋 copy color: '#1D155A'

red 29 ◦ green 21 ◦ blue 90

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

Shades of Paua #1D155A

Tints of Paua #1D155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 20.71%
G = 15%
B = 64.29%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D155A (or 0x1D155A) is known color: Paua. HEX triplet: 1D, 15 and 5A. RGB value is (29,21,90). Sum of RGB (Red+Green+Blue) = 29+21+90=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D155A is #E2EAA5. Grayscale: #1E1E1E. Windows color (decimal): -14871206 or 5903645. OLE color: 5903645.

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

Color convert

RGB 29 21 90 -
CMYK 0.68 0.77 0 0.65
HSL 246.96º 0.62% 0.22% -
HSV(B) 246.96º 0.77% 0.35% -
XYZ 2.62 1.54 9.83 -
YUV 31.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 29 21 90 0.68 0.77 0 0.65 246.96 0.62 0.22
Hex 1D 15 5A 44 4D 0 41 F7 3E 16
Octal 35 25 132 104 115 0 101 367 76 26
Binary 11101 10101 1011010 1000100 1001101 0 1000001 11110111 111110 10110

Color Harmonies of #1D155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D155A

Black with #1D155A

Text Example


Text Example

White with #1D155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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