Html Css Color HEX #1C144E Paua

📋 copy color: '#1C144E'

red 28 ◦ green 20 ◦ blue 78

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

Shades of Paua #1C144E

Tints of Paua #1C144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 61.9%

R = 22.22%
G = 15.87%
B = 61.9%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C144E (or 0x1C144E) is known color: Paua. HEX triplet: 1C, 14 and 4E. RGB value is (28,20,78). Sum of RGB (Red+Green+Blue) = 28+20+78=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C144E is #E3EBB1. Grayscale: #1C1C1C. Windows color (decimal): -14937010 or 5116956. OLE color: 5116956.

HSL color Cylindrical-coordinate representation of color #1C144E: hue angle of 248.28º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C144E is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 20 78 -
CMYK 0.64 0.74 0 0.69
HSL 248.28º 0.59% 0.19% -
HSV(B) 248.28º 0.74% 0.31% -
XYZ 2.1 1.3 7.35 -
YUV 29 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 28 20 78 0.64 0.74 0 0.69 248.28 0.59 0.19
Hex 1C 14 4E 40 4A 0 45 F8 3B 13
Octal 34 24 116 100 112 0 105 370 73 23
Binary 11100 10100 1001110 1000000 1001010 0 1000101 11111000 111011 10011

Color Harmonies of #1C144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C144E

Black with #1C144E

Text Example


Text Example

White with #1C144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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