Html Css Color HEX #1C144A Paua

📋 copy color: '#1C144A'

red 28 ◦ green 20 ◦ blue 74

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

Shades of Paua #1C144A

Tints of Paua #1C144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 60.66%

R = 22.95%
G = 16.39%
B = 60.66%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C144A (or 0x1C144A) is known color: Paua. HEX triplet: 1C, 14 and 4A. RGB value is (28,20,74). Sum of RGB (Red+Green+Blue) = 28+20+74=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C144A is #E3EBB5. Grayscale: #1C1C1C. Windows color (decimal): -14937014 or 4854812. OLE color: 4854812.

HSL color Cylindrical-coordinate representation of color #1C144A: hue angle of 248.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C144A is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 20 74 -
CMYK 0.62 0.73 0 0.71
HSL 248.89º 0.57% 0.18% -
HSV(B) 248.89º 0.73% 0.29% -
XYZ 1.97 1.24 6.61 -
YUV 28.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 28 20 74 0.62 0.73 0 0.71 248.89 0.57 0.18
Hex 1C 14 4A 3E 49 0 47 F9 39 12
Octal 34 24 112 76 111 0 107 371 71 22
Binary 11100 10100 1001010 111110 1001001 0 1000111 11111001 111001 10010

Color Harmonies of #1C144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C144A

Black with #1C144A

Text Example


Text Example

White with #1C144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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