Html Css Color HEX #140C41 Paua

📋 copy color: '#140C41'

red 20 ◦ green 12 ◦ blue 65

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

Shades of Paua #140C41

Tints of Paua #140C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 20.62%
G = 12.37%
B = 67.01%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140C41 (or 0x140C41) is known color: Paua. HEX triplet: 14, 0C and 41. RGB value is (20,12,65). Sum of RGB (Red+Green+Blue) = 20+12+65=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #140C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C41 is #EBF3BE. Grayscale: #141414. Windows color (decimal): -15463359 or 4262932. OLE color: 4262932.

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

Color convert

RGB 20 12 65 -
CMYK 0.69 0.82 0 0.75
HSL 249.06º 0.69% 0.15% -
HSV(B) 249.06º 0.82% 0.25% -
XYZ 1.37 0.79 5.08 -
YUV 20.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 20 12 65 0.69 0.82 0 0.75 249.06 0.69 0.15
Hex 14 C 41 45 52 0 4B F9 45 F
Octal 24 14 101 105 122 0 113 371 105 17
Binary 10100 1100 1000001 1000101 1010010 0 1001011 11111001 1000101 1111

Color Harmonies of #140C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C41

Black with #140C41

Text Example


Text Example

White with #140C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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