Html Css Color HEX #14154B Paua

📋 copy color: '#14154B'

red 20 ◦ green 21 ◦ blue 75

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

Shades of Paua #14154B

Tints of Paua #14154B

RGB

 RED value IS 20 (8.2% from 255) = 17.24%

 GREEN value IS 21 (8.59% from 255) = 18.1%

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

R = 17.24%
G = 18.1%
B = 64.66%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14154B (or 0x14154B) is known color: Paua. HEX triplet: 14, 15 and 4B. RGB value is (20,21,75). Sum of RGB (Red+Green+Blue) = 20+21+75=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #14154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14154B is #EBEAB4. Grayscale: #1A1A1A. Windows color (decimal): -15461045 or 4920596. OLE color: 4920596.

HSL color Cylindrical-coordinate representation of color #14154B: hue angle of 238.91º 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 #14154B is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 21 75 -
CMYK 0.73 0.72 0 0.71
HSL 238.91º 0.58% 0.19% -
HSV(B) 238.91º 0.73% 0.29% -
XYZ 1.83 1.19 6.79 -
YUV 26.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 20 21 75 0.73 0.72 0 0.71 238.91 0.58 0.19
Hex 14 15 4B 49 48 0 47 EF 3A 13
Octal 24 25 113 111 110 0 107 357 72 23
Binary 10100 10101 1001011 1001001 1001000 0 1000111 11101111 111010 10011

Color Harmonies of #14154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14154B

Black with #14154B

Text Example


Text Example

White with #14154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14154B; }

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

 H1.HeaderClassName
 {
   color: #14154B;
 }
 .AnyTagClassName
 {
   color: #14154B;
 }
</style>

background-color css

<style>
 a { background-color: #14154B; }

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

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

border-color css

<style>
 span { border-color: #14154B; }

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

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