Html Css Color HEX #140C42 Paua

📋 copy color: '#140C42'

red 20 ◦ green 12 ◦ blue 66

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

Shades of Paua #140C42

Tints of Paua #140C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

 BLUE value IS 66 (26.17% from 255) = 67.35%

R = 20.41%
G = 12.24%
B = 67.35%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#140C42 (or 0x140C42) is known color: Paua. HEX triplet: 14, 0C and 42. RGB value is (20,12,66). Sum of RGB (Red+Green+Blue) = 20+12+66=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #140C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C42 is #EBF3BD. Grayscale: #141414. Windows color (decimal): -15463358 or 4328468. OLE color: 4328468.

HSL color Cylindrical-coordinate representation of color #140C42: hue angle of 248.89º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140C42 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 12 66 -
CMYK 0.70 0.82 0 0.74
HSL 248.89º 0.69% 0.15% -
HSV(B) 248.89º 0.82% 0.26% -
XYZ 1.4 0.81 5.24 -
YUV 20.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 20 12 66 0.70 0.82 0 0.74 248.89 0.69 0.15
Hex 14 C 42 46 52 0 4A F9 45 F
Octal 24 14 102 106 122 0 112 371 105 17
Binary 10100 1100 1000010 1000110 1010010 0 1001010 11111001 1000101 1111

Color Harmonies of #140C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C42

Black with #140C42

Text Example


Text Example

White with #140C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140C42; }

 p { color: rgb(20,12,66); }

 H1.HeaderClassName
 {
   color: #140C42;
 }
 .AnyTagClassName
 {
   color: #140C42;
 }
</style>

background-color css

<style>
 a { background-color: #140C42; }

 a { background-color: rgb(20,12,66); }

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

border-color css

<style>
 span { border-color: #140C42; }

 span { border-color: rgb(20,12,66); }

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