Html Css Color HEX #1D184B Paua

📋 copy color: '#1D184B'

red 29 ◦ green 24 ◦ blue 75

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

Shades of Paua #1D184B

Tints of Paua #1D184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 22.66%
G = 18.75%
B = 58.59%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D184B (or 0x1D184B) is known color: Paua. HEX triplet: 1D, 18 and 4B. RGB value is (29,24,75). Sum of RGB (Red+Green+Blue) = 29+24+75=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D184B is #E2E7B4. Grayscale: #1F1F1F. Windows color (decimal): -14870453 or 4921373. OLE color: 4921373.

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

Color convert

RGB 29 24 75 -
CMYK 0.61 0.68 0 0.71
HSL 245.88º 0.52% 0.19% -
HSV(B) 245.88º 0.68% 0.29% -
XYZ 2.1 1.42 6.82 -
YUV 31.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 29 24 75 0.61 0.68 0 0.71 245.88 0.52 0.19
Hex 1D 18 4B 3D 44 0 47 F6 34 13
Octal 35 30 113 75 104 0 107 366 64 23
Binary 11101 11000 1001011 111101 1000100 0 1000111 11110110 110100 10011

Color Harmonies of #1D184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D184B

Black with #1D184B

Text Example


Text Example

White with #1D184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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