Html Css Color HEX #151753 Paua

📋 copy color: '#151753'

red 21 ◦ green 23 ◦ blue 83

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

Shades of Paua #151753

Tints of Paua #151753

RGB

 RED value IS 21 (8.59% from 255) = 16.54%

 GREEN value IS 23 (9.38% from 255) = 18.11%

 BLUE value IS 83 (32.81% from 255) = 65.35%

R = 16.54%
G = 18.11%
B = 65.35%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151753 (or 0x151753) is known color: Paua. HEX triplet: 15, 17 and 53. RGB value is (21,23,83). Sum of RGB (Red+Green+Blue) = 21+23+83=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #151753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151753 is #EAE8AC. Grayscale: #1D1D1D. Windows color (decimal): -15394989 or 5445397. OLE color: 5445397.

HSL color Cylindrical-coordinate representation of color #151753: hue angle of 238.06º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151753 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 23 83 -
CMYK 0.75 0.72 0 0.67
HSL 238.06º 0.6% 0.2% -
HSV(B) 238.06º 0.75% 0.33% -
XYZ 2.18 1.4 8.34 -
YUV 29.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 21 23 83 0.75 0.72 0 0.67 238.06 0.6 0.2
Hex 15 17 53 4B 48 0 43 EE 3C 14
Octal 25 27 123 113 110 0 103 356 74 24
Binary 10101 10111 1010011 1001011 1001000 0 1000011 11101110 111100 10100

Color Harmonies of #151753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151753

Black with #151753

Text Example


Text Example

White with #151753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151753; }

 p { color: rgb(21,23,83); }

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

background-color css

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

 a { background-color: rgb(21,23,83); }

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

border-color css

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

 span { border-color: rgb(21,23,83); }

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