Html Css Color HEX #151245 Paua

📋 copy color: '#151245'

red 21 ◦ green 18 ◦ blue 69

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

Shades of Paua #151245

Tints of Paua #151245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

 BLUE value IS 69 (27.34% from 255) = 63.89%

R = 19.44%
G = 16.67%
B = 63.89%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#151245 (or 0x151245) is known color: Paua. HEX triplet: 15, 12 and 45. RGB value is (21,18,69). Sum of RGB (Red+Green+Blue) = 21+18+69=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #151245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151245 is #EAEDBA. Grayscale: #181818. Windows color (decimal): -15396283 or 4526613. OLE color: 4526613.

HSL color Cylindrical-coordinate representation of color #151245: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151245 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 18 69 -
CMYK 0.70 0.74 0 0.73
HSL 243.53º 0.59% 0.17% -
HSV(B) 243.53º 0.74% 0.27% -
XYZ 1.6 1.02 5.74 -
YUV 24.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 21 18 69 0.70 0.74 0 0.73 243.53 0.59 0.17
Hex 15 12 45 46 4A 0 49 F4 3B 11
Octal 25 22 105 106 112 0 111 364 73 21
Binary 10101 10010 1000101 1000110 1001010 0 1001001 11110100 111011 10001

Color Harmonies of #151245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151245

Black with #151245

Text Example


Text Example

White with #151245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151245; }

 p { color: rgb(21,18,69); }

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

background-color css

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

 a { background-color: rgb(21,18,69); }

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

border-color css

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

 span { border-color: rgb(21,18,69); }

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