Html Css Color HEX #1D114C Paua

📋 copy color: '#1D114C'

red 29 ◦ green 17 ◦ blue 76

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

Shades of Paua #1D114C

Tints of Paua #1D114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 23.77%
G = 13.93%
B = 62.3%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D114C (or 0x1D114C) is known color: Paua. HEX triplet: 1D, 11 and 4C. RGB value is (29,17,76). Sum of RGB (Red+Green+Blue) = 29+17+76=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D114C is #E2EEB3. Grayscale: #1B1B1B. Windows color (decimal): -14872244 or 4985117. OLE color: 4985117.

HSL color Cylindrical-coordinate representation of color #1D114C: hue angle of 252.2º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D114C is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 17 76 -
CMYK 0.62 0.78 0 0.70
HSL 252.2º 0.63% 0.18% -
HSV(B) 252.2º 0.78% 0.3% -
XYZ 2.01 1.18 6.96 -
YUV 27.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 29 17 76 0.62 0.78 0 0.70 252.2 0.63 0.18
Hex 1D 11 4C 3E 4E 0 46 FC 3F 12
Octal 35 21 114 76 116 0 106 374 77 22
Binary 11101 10001 1001100 111110 1001110 0 1000110 11111100 111111 10010

Color Harmonies of #1D114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D114C

Black with #1D114C

Text Example


Text Example

White with #1D114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,76); }

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

background-color css

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

 a { background-color: rgb(29,17,76); }

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

border-color css

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

 span { border-color: rgb(29,17,76); }

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