Html Css Color HEX #1C1B51 Paua

📋 copy color: '#1C1B51'

red 28 ◦ green 27 ◦ blue 81

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

Shades of Paua #1C1B51

Tints of Paua #1C1B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

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

R = 20.59%
G = 19.85%
B = 59.56%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C1B51 (or 0x1C1B51) is known color: Paua. HEX triplet: 1C, 1B and 51. RGB value is (28,27,81). Sum of RGB (Red+Green+Blue) = 28+27+81=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C1B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1B51 is #E3E4AE. Grayscale: #212121. Windows color (decimal): -14935215 or 5315356. OLE color: 5315356.

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

Color convert

RGB 28 27 81 -
CMYK 0.65 0.67 0 0.68
HSL 241.11º 0.5% 0.21% -
HSV(B) 241.11º 0.67% 0.32% -
XYZ 2.36 1.62 7.97 -
YUV 33.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 28 27 81 0.65 0.67 0 0.68 241.11 0.5 0.21
Hex 1C 1B 51 41 43 0 44 F1 32 15
Octal 34 33 121 101 103 0 104 361 62 25
Binary 11100 11011 1010001 1000001 1000011 0 1000100 11110001 110010 10101

Color Harmonies of #1C1B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1B51

Black with #1C1B51

Text Example


Text Example

White with #1C1B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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