Html Css Color HEX #1C0B54 Paua

📋 copy color: '#1C0B54'

red 28 ◦ green 11 ◦ blue 84

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

Shades of Paua #1C0B54

Tints of Paua #1C0B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.94%

 BLUE value IS 84 (33.2% from 255) = 68.29%

R = 22.76%
G = 8.94%
B = 68.29%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C0B54 (or 0x1C0B54) is known color: Paua. HEX triplet: 1C, 0B and 54. RGB value is (28,11,84). Sum of RGB (Red+Green+Blue) = 28+11+84=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C0B54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0B54 is #E3F4AB. Grayscale: #181818. Windows color (decimal): -14939308 or 5507868. OLE color: 5507868.

HSL color Cylindrical-coordinate representation of color #1C0B54: hue angle of 253.97º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C0B54 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 11 84 -
CMYK 0.67 0.87 0 0.67
HSL 253.97º 0.77% 0.19% -
HSV(B) 253.97º 0.87% 0.33% -
XYZ 2.2 1.13 8.49 -
YUV 24.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 28 11 84 0.67 0.87 0 0.67 253.97 0.77 0.19
Hex 1C B 54 43 57 0 43 FE 4D 13
Octal 34 13 124 103 127 0 103 376 115 23
Binary 11100 1011 1010100 1000011 1010111 0 1000011 11111110 1001101 10011

Color Harmonies of #1C0B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0B54

Black with #1C0B54

Text Example


Text Example

White with #1C0B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,11,84); }

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

background-color css

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

 a { background-color: rgb(28,11,84); }

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

border-color css

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

 span { border-color: rgb(28,11,84); }

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