Html Css Color HEX #1C145A Paua

📋 copy color: '#1C145A'

red 28 ◦ green 20 ◦ blue 90

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

Shades of Paua #1C145A

Tints of Paua #1C145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 20.29%
G = 14.49%
B = 65.22%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C145A (or 0x1C145A) is known color: Paua. HEX triplet: 1C, 14 and 5A. RGB value is (28,20,90). Sum of RGB (Red+Green+Blue) = 28+20+90=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C145A is #E3EBA5. Grayscale: #1E1E1E. Windows color (decimal): -14936998 or 5903388. OLE color: 5903388.

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

Color convert

RGB 28 20 90 -
CMYK 0.69 0.78 0 0.65
HSL 246.86º 0.64% 0.22% -
HSV(B) 246.86º 0.78% 0.35% -
XYZ 2.57 1.49 9.82 -
YUV 30.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 28 20 90 0.69 0.78 0 0.65 246.86 0.64 0.22
Hex 1C 14 5A 45 4E 0 41 F7 40 16
Octal 34 24 132 105 116 0 101 367 100 26
Binary 11100 10100 1011010 1000101 1001110 0 1000001 11110111 1000000 10110

Color Harmonies of #1C145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C145A

Black with #1C145A

Text Example


Text Example

White with #1C145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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