Html Css Color HEX #1C0C57 Paua

📋 copy color: '#1C0C57'

red 28 ◦ green 12 ◦ blue 87

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

Shades of Paua #1C0C57

Tints of Paua #1C0C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.45%

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

R = 22.05%
G = 9.45%
B = 68.5%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1C0C57 (or 0x1C0C57) is known color: Paua. HEX triplet: 1C, 0C and 57. RGB value is (28,12,87). Sum of RGB (Red+Green+Blue) = 28+12+87=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C0C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0C57 is #E3F3A8. Grayscale: #191919. Windows color (decimal): -14939049 or 5704732. OLE color: 5704732.

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

Color convert

RGB 28 12 87 -
CMYK 0.68 0.86 0 0.66
HSL 252.8º 0.76% 0.19% -
HSV(B) 252.8º 0.86% 0.34% -
XYZ 2.33 1.2 9.13 -
YUV 25.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 28 12 87 0.68 0.86 0 0.66 252.8 0.76 0.19
Hex 1C C 57 44 56 0 42 FD 4C 13
Octal 34 14 127 104 126 0 102 375 114 23
Binary 11100 1100 1010111 1000100 1010110 0 1000010 11111101 1001100 10011

Color Harmonies of #1C0C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C57

Black with #1C0C57

Text Example


Text Example

White with #1C0C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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