Html Css Color HEX #1C1948 Paua

📋 copy color: '#1C1948'

red 28 ◦ green 25 ◦ blue 72

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

Shades of Paua #1C1948

Tints of Paua #1C1948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 22.4%
G = 20%
B = 57.6%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C1948 (or 0x1C1948) is known color: Paua. HEX triplet: 1C, 19 and 48. RGB value is (28,25,72). Sum of RGB (Red+Green+Blue) = 28+25+72=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1948 is #E3E6B7. Grayscale: #1F1F1F. Windows color (decimal): -14935736 or 4725020. OLE color: 4725020.

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

Color convert

RGB 28 25 72 -
CMYK 0.61 0.65 0 0.72
HSL 243.83º 0.48% 0.19% -
HSV(B) 243.83º 0.65% 0.28% -
XYZ 2 1.41 6.3 -
YUV 31.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 28 25 72 0.61 0.65 0 0.72 243.83 0.48 0.19
Hex 1C 19 48 3D 41 0 48 F4 30 13
Octal 34 31 110 75 101 0 110 364 60 23
Binary 11100 11001 1001000 111101 1000001 0 1001000 11110100 110000 10011

Color Harmonies of #1C1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1948

Black with #1C1948

Text Example


Text Example

White with #1C1948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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