Html Css Color HEX #1C1153 Paua

📋 copy color: '#1C1153'

red 28 ◦ green 17 ◦ blue 83

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

Shades of Paua #1C1153

Tints of Paua #1C1153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 83 (32.81% from 255) = 64.84%

R = 21.88%
G = 13.28%
B = 64.84%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C1153 (or 0x1C1153) is known color: Paua. HEX triplet: 1C, 11 and 53. RGB value is (28,17,83). Sum of RGB (Red+Green+Blue) = 28+17+83=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1153 is #E3EEAC. Grayscale: #1B1B1B. Windows color (decimal): -14937773 or 5443868. OLE color: 5443868.

HSL color Cylindrical-coordinate representation of color #1C1153: hue angle of 250º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C1153 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 17 83 -
CMYK 0.66 0.80 0 0.67
HSL 250º 0.66% 0.2% -
HSV(B) 250º 0.8% 0.33% -
XYZ 2.24 1.27 8.31 -
YUV 27.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 28 17 83 0.66 0.80 0 0.67 250 0.66 0.2
Hex 1C 11 53 42 50 0 43 FA 42 14
Octal 34 21 123 102 120 0 103 372 102 24
Binary 11100 10001 1010011 1000010 1010000 0 1000011 11111010 1000010 10100

Color Harmonies of #1C1153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1153

Black with #1C1153

Text Example


Text Example

White with #1C1153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,83); }

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

background-color css

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

 a { background-color: rgb(28,17,83); }

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

border-color css

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

 span { border-color: rgb(28,17,83); }

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