Html Css Color HEX #1D124B Paua

📋 copy color: '#1D124B'

red 29 ◦ green 18 ◦ blue 75

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

Shades of Paua #1D124B

Tints of Paua #1D124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

 BLUE value IS 75 (29.69% from 255) = 61.48%

R = 23.77%
G = 14.75%
B = 61.48%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D124B (or 0x1D124B) is known color: Paua. HEX triplet: 1D, 12 and 4B. RGB value is (29,18,75). Sum of RGB (Red+Green+Blue) = 29+18+75=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D124B is #E2EDB4. Grayscale: #1B1B1B. Windows color (decimal): -14871989 or 4919837. OLE color: 4919837.

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

Color convert

RGB 29 18 75 -
CMYK 0.61 0.76 0 0.71
HSL 251.58º 0.61% 0.18% -
HSV(B) 251.58º 0.76% 0.29% -
XYZ 1.99 1.2 6.78 -
YUV 27.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 29 18 75 0.61 0.76 0 0.71 251.58 0.61 0.18
Hex 1D 12 4B 3D 4C 0 47 FC 3D 12
Octal 35 22 113 75 114 0 107 374 75 22
Binary 11101 10010 1001011 111101 1001100 0 1000111 11111100 111101 10010

Color Harmonies of #1D124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D124B

Black with #1D124B

Text Example


Text Example

White with #1D124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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