Html Css Color HEX #1C154C Paua

📋 copy color: '#1C154C'

red 28 ◦ green 21 ◦ blue 76

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

Shades of Paua #1C154C

Tints of Paua #1C154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 22.4%
G = 16.8%
B = 60.8%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C154C (or 0x1C154C) is known color: Paua. HEX triplet: 1C, 15 and 4C. RGB value is (28,21,76). Sum of RGB (Red+Green+Blue) = 28+21+76=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C154C is #E3EAB3. Grayscale: #1D1D1D. Windows color (decimal): -14936756 or 4986140. OLE color: 4986140.

HSL color Cylindrical-coordinate representation of color #1C154C: hue angle of 247.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C154C is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 21 76 -
CMYK 0.63 0.72 0 0.70
HSL 247.64º 0.57% 0.19% -
HSV(B) 247.64º 0.72% 0.3% -
XYZ 2.05 1.31 6.98 -
YUV 29.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 28 21 76 0.63 0.72 0 0.70 247.64 0.57 0.19
Hex 1C 15 4C 3F 48 0 46 F8 39 13
Octal 34 25 114 77 110 0 106 370 71 23
Binary 11100 10101 1001100 111111 1001000 0 1000110 11111000 111001 10011

Color Harmonies of #1C154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C154C

Black with #1C154C

Text Example


Text Example

White with #1C154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,76); }

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

background-color css

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

 a { background-color: rgb(28,21,76); }

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

border-color css

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

 span { border-color: rgb(28,21,76); }

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