Html Css Color HEX #1C1748 Paua

📋 copy color: '#1C1748'

red 28 ◦ green 23 ◦ blue 72

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

Shades of Paua #1C1748

Tints of Paua #1C1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 22.76%
G = 18.7%
B = 58.54%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C1748 (or 0x1C1748) is known color: Paua. HEX triplet: 1C, 17 and 48. RGB value is (28,23,72). Sum of RGB (Red+Green+Blue) = 28+23+72=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1748 is #E3E8B7. Grayscale: #1D1D1D. Windows color (decimal): -14936248 or 4724508. OLE color: 4724508.

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

Color convert

RGB 28 23 72 -
CMYK 0.61 0.68 0 0.72
HSL 246.12º 0.52% 0.19% -
HSV(B) 246.12º 0.68% 0.28% -
XYZ 1.95 1.33 6.28 -
YUV 30.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 28 23 72 0.61 0.68 0 0.72 246.12 0.52 0.19
Hex 1C 17 48 3D 44 0 48 F6 34 13
Octal 34 27 110 75 104 0 110 366 64 23
Binary 11100 10111 1001000 111101 1000100 0 1001000 11110110 110100 10011

Color Harmonies of #1C1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1748

Black with #1C1748

Text Example


Text Example

White with #1C1748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,23,72); }

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

background-color css

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

 a { background-color: rgb(28,23,72); }

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

border-color css

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

 span { border-color: rgb(28,23,72); }

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