Html Css Color HEX #1C135A Paua

📋 copy color: '#1C135A'

red 28 ◦ green 19 ◦ blue 90

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

Shades of Paua #1C135A

Tints of Paua #1C135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 90 (35.55% from 255) = 65.69%

R = 20.44%
G = 13.87%
B = 65.69%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C135A (or 0x1C135A) is known color: Paua. HEX triplet: 1C, 13 and 5A. RGB value is (28,19,90). Sum of RGB (Red+Green+Blue) = 28+19+90=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C135A is #E3ECA5. Grayscale: #1D1D1D. Windows color (decimal): -14937254 or 5903132. OLE color: 5903132.

HSL color Cylindrical-coordinate representation of color #1C135A: hue angle of 247.61º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C135A is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 19 90 -
CMYK 0.69 0.79 0 0.65
HSL 247.61º 0.65% 0.21% -
HSV(B) 247.61º 0.79% 0.35% -
XYZ 2.56 1.45 9.82 -
YUV 29.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 28 19 90 0.69 0.79 0 0.65 247.61 0.65 0.21
Hex 1C 13 5A 45 4F 0 41 F8 41 15
Octal 34 23 132 105 117 0 101 370 101 25
Binary 11100 10011 1011010 1000101 1001111 0 1000001 11111000 1000001 10101

Color Harmonies of #1C135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C135A

Black with #1C135A

Text Example


Text Example

White with #1C135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,90); }

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

background-color css

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

 a { background-color: rgb(28,19,90); }

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

border-color css

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

 span { border-color: rgb(28,19,90); }

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