Html Css Color HEX #1C1751 Paua

📋 copy color: '#1C1751'

red 28 ◦ green 23 ◦ blue 81

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

Shades of Paua #1C1751

Tints of Paua #1C1751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 21.21%
G = 17.42%
B = 61.36%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C1751 (or 0x1C1751) is known color: Paua. HEX triplet: 1C, 17 and 51. RGB value is (28,23,81). Sum of RGB (Red+Green+Blue) = 28+23+81=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C1751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1751 is #E3E8AE. Grayscale: #1E1E1E. Windows color (decimal): -14936239 or 5314332. OLE color: 5314332.

HSL color Cylindrical-coordinate representation of color #1C1751: hue angle of 245.17º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C1751 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 23 81 -
CMYK 0.65 0.72 0 0.68
HSL 245.17º 0.56% 0.2% -
HSV(B) 245.17º 0.72% 0.32% -
XYZ 2.27 1.45 7.95 -
YUV 31.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 28 23 81 0.65 0.72 0 0.68 245.17 0.56 0.2
Hex 1C 17 51 41 48 0 44 F5 38 14
Octal 34 27 121 101 110 0 104 365 70 24
Binary 11100 10111 1010001 1000001 1001000 0 1000100 11110101 111000 10100

Color Harmonies of #1C1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1751

Black with #1C1751

Text Example


Text Example

White with #1C1751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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