Html Css Color HEX #140252 Paua

📋 copy color: '#140252'

red 20 ◦ green 2 ◦ blue 82

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

Shades of Paua #140252

Tints of Paua #140252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 19.23%
G = 1.92%
B = 78.85%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#140252 (or 0x140252) is known color: Paua. HEX triplet: 14, 02 and 52. RGB value is (20,2,82). Sum of RGB (Red+Green+Blue) = 20+2+82=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #140252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140252 is #EBFDAD. Grayscale: #101010. Windows color (decimal): -15465902 or 5374484. OLE color: 5374484.

HSL color Cylindrical-coordinate representation of color #140252: hue angle of 253.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140252 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 2 82 -
CMYK 0.76 0.98 0 0.68
HSL 253.5º 0.95% 0.16% -
HSV(B) 253.5º 0.98% 0.32% -
XYZ 1.83 0.8 8.04 -
YUV 16.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 20 2 82 0.76 0.98 0 0.68 253.5 0.95 0.16
Hex 14 2 52 4C 62 0 44 FE 5F 10
Octal 24 2 122 114 142 0 104 376 137 20
Binary 10100 10 1010010 1001100 1100010 0 1000100 11111110 1011111 10000

Color Harmonies of #140252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140252

Black with #140252

Text Example


Text Example

White with #140252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140252; }

 p { color: rgb(20,2,82); }

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

background-color css

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

 a { background-color: rgb(20,2,82); }

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

border-color css

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

 span { border-color: rgb(20,2,82); }

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