Html Css Color HEX #1C144B Paua

📋 copy color: '#1C144B'

red 28 ◦ green 20 ◦ blue 75

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

Shades of Paua #1C144B

Tints of Paua #1C144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.98%

R = 22.76%
G = 16.26%
B = 60.98%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C144B (or 0x1C144B) is known color: Paua. HEX triplet: 1C, 14 and 4B. RGB value is (28,20,75). Sum of RGB (Red+Green+Blue) = 28+20+75=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C144B is #E3EBB4. Grayscale: #1C1C1C. Windows color (decimal): -14937013 or 4920348. OLE color: 4920348.

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

Color convert

RGB 28 20 75 -
CMYK 0.63 0.73 0 0.71
HSL 248.73º 0.58% 0.19% -
HSV(B) 248.73º 0.73% 0.29% -
XYZ 2 1.26 6.79 -
YUV 28.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 28 20 75 0.63 0.73 0 0.71 248.73 0.58 0.19
Hex 1C 14 4B 3F 49 0 47 F9 3A 13
Octal 34 24 113 77 111 0 107 371 72 23
Binary 11100 10100 1001011 111111 1001001 0 1000111 11111001 111010 10011

Color Harmonies of #1C144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C144B

Black with #1C144B

Text Example


Text Example

White with #1C144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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