Html Css Color HEX #1C1847 Paua

📋 copy color: '#1C1847'

red 28 ◦ green 24 ◦ blue 71

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

Shades of Paua #1C1847

Tints of Paua #1C1847

RGB

 RED value IS 28 (11.33% from 255) = 22.76%

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

 BLUE value IS 71 (28.13% from 255) = 57.72%

R = 22.76%
G = 19.51%
B = 57.72%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C1847 (or 0x1C1847) is known color: Paua. HEX triplet: 1C, 18 and 47. RGB value is (28,24,71). Sum of RGB (Red+Green+Blue) = 28+24+71=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1847 is #E3E7B8. Grayscale: #1E1E1E. Windows color (decimal): -14935993 or 4659228. OLE color: 4659228.

HSL color Cylindrical-coordinate representation of color #1C1847: hue angle of 245.11º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C1847 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 24 71 -
CMYK 0.61 0.66 0 0.72
HSL 245.11º 0.49% 0.19% -
HSV(B) 245.11º 0.66% 0.28% -
XYZ 1.94 1.36 6.12 -
YUV 30.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 28 24 71 0.61 0.66 0 0.72 245.11 0.49 0.19
Hex 1C 18 47 3D 42 0 48 F5 31 13
Octal 34 30 107 75 102 0 110 365 61 23
Binary 11100 11000 1000111 111101 1000010 0 1001000 11110101 110001 10011

Color Harmonies of #1C1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1847

Black with #1C1847

Text Example


Text Example

White with #1C1847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,24,71); }

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

background-color css

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

 a { background-color: rgb(28,24,71); }

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

border-color css

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

 span { border-color: rgb(28,24,71); }

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