Html Css Color HEX #1C1457 Paua

📋 copy color: '#1C1457'

red 28 ◦ green 20 ◦ blue 87

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

Shades of Paua #1C1457

Tints of Paua #1C1457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

 BLUE value IS 87 (34.38% from 255) = 64.44%

R = 20.74%
G = 14.81%
B = 64.44%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1C1457 (or 0x1C1457) is known color: Paua. HEX triplet: 1C, 14 and 57. RGB value is (28,20,87). Sum of RGB (Red+Green+Blue) = 28+20+87=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1457 is #E3EBA8. Grayscale: #1D1D1D. Windows color (decimal): -14937001 or 5706780. OLE color: 5706780.

HSL color Cylindrical-coordinate representation of color #1C1457: hue angle of 247.16º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C1457 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 28 20 87 -
CMYK 0.68 0.77 0 0.66
HSL 247.16º 0.63% 0.21% -
HSV(B) 247.16º 0.77% 0.34% -
XYZ 2.45 1.44 9.16 -
YUV 30.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 28 20 87 0.68 0.77 0 0.66 247.16 0.63 0.21
Hex 1C 14 57 44 4D 0 42 F7 3F 15
Octal 34 24 127 104 115 0 102 367 77 25
Binary 11100 10100 1010111 1000100 1001101 0 1000010 11110111 111111 10101

Color Harmonies of #1C1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1457

Black with #1C1457

Text Example


Text Example

White with #1C1457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,20,87); }

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

background-color css

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

 a { background-color: rgb(28,20,87); }

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

border-color css

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

 span { border-color: rgb(28,20,87); }

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