Html Css Color HEX #1C115A Paua

📋 copy color: '#1C115A'

red 28 ◦ green 17 ◦ blue 90

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

Shades of Paua #1C115A

Tints of Paua #1C115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 66.67%

R = 20.74%
G = 12.59%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C115A (or 0x1C115A) is known color: Paua. HEX triplet: 1C, 11 and 5A. RGB value is (28,17,90). Sum of RGB (Red+Green+Blue) = 28+17+90=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C115A is #E3EEA5. Grayscale: #1C1C1C. Windows color (decimal): -14937766 or 5902620. OLE color: 5902620.

HSL color Cylindrical-coordinate representation of color #1C115A: hue angle of 249.04º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C115A is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 17 90 -
CMYK 0.69 0.81 0 0.65
HSL 249.04º 0.68% 0.21% -
HSV(B) 249.04º 0.81% 0.35% -
XYZ 2.52 1.39 9.81 -
YUV 28.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 28 17 90 0.69 0.81 0 0.65 249.04 0.68 0.21
Hex 1C 11 5A 45 51 0 41 F9 44 15
Octal 34 21 132 105 121 0 101 371 104 25
Binary 11100 10001 1011010 1000101 1010001 0 1000001 11111001 1000100 10101

Color Harmonies of #1C115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C115A

Black with #1C115A

Text Example


Text Example

White with #1C115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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