Html Css Color HEX #1C1E57 Paua

📋 copy color: '#1C1E57'

red 28 ◦ green 30 ◦ blue 87

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

Shades of Paua #1C1E57

Tints of Paua #1C1E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

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

R = 19.31%
G = 20.69%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1C1E57 (or 0x1C1E57) is known color: Paua. HEX triplet: 1C, 1E and 57. RGB value is (28,30,87). Sum of RGB (Red+Green+Blue) = 28+30+87=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1E57 is #E3E1A8. Grayscale: #232323. Windows color (decimal): -14934441 or 5709340. OLE color: 5709340.

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

Color convert

RGB 28 30 87 -
CMYK 0.68 0.66 0 0.66
HSL 237.97º 0.51% 0.23% -
HSV(B) 237.97º 0.68% 0.34% -
XYZ 2.66 1.86 9.24 -
YUV 35.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 28 30 87 0.68 0.66 0 0.66 237.97 0.51 0.23
Hex 1C 1E 57 44 42 0 42 EE 33 17
Octal 34 36 127 104 102 0 102 356 63 27
Binary 11100 11110 1010111 1000100 1000010 0 1000010 11101110 110011 10111

Color Harmonies of #1C1E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1E57

Black with #1C1E57

Text Example


Text Example

White with #1C1E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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