Html Css Color HEX #1C1953 Paua

📋 copy color: '#1C1953'

red 28 ◦ green 25 ◦ blue 83

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

Shades of Paua #1C1953

Tints of Paua #1C1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 20.59%
G = 18.38%
B = 61.03%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C1953 (or 0x1C1953) is known color: Paua. HEX triplet: 1C, 19 and 53. RGB value is (28,25,83). Sum of RGB (Red+Green+Blue) = 28+25+83=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1953 is #E3E6AC. Grayscale: #202020. Windows color (decimal): -14935725 or 5445916. OLE color: 5445916.

HSL color Cylindrical-coordinate representation of color #1C1953: hue angle of 243.1º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C1953 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 25 83 -
CMYK 0.66 0.70 0 0.67
HSL 243.1º 0.54% 0.21% -
HSV(B) 243.1º 0.7% 0.33% -
XYZ 2.39 1.57 8.36 -
YUV 32.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 28 25 83 0.66 0.70 0 0.67 243.1 0.54 0.21
Hex 1C 19 53 42 46 0 43 F3 36 15
Octal 34 31 123 102 106 0 103 363 66 25
Binary 11100 11001 1010011 1000010 1000110 0 1000011 11110011 110110 10101

Color Harmonies of #1C1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1953

Black with #1C1953

Text Example


Text Example

White with #1C1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,83); }

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

background-color css

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

 a { background-color: rgb(28,25,83); }

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

border-color css

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

 span { border-color: rgb(28,25,83); }

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