Html Css Color HEX #151345 Paua

📋 copy color: '#151345'

red 21 ◦ green 19 ◦ blue 69

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

Shades of Paua #151345

Tints of Paua #151345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 19.27%
G = 17.43%
B = 63.3%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#151345 (or 0x151345) is known color: Paua. HEX triplet: 15, 13 and 45. RGB value is (21,19,69). Sum of RGB (Red+Green+Blue) = 21+19+69=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #151345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151345 is #EAECBA. Grayscale: #191919. Windows color (decimal): -15396027 or 4526869. OLE color: 4526869.

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

Color convert

RGB 21 19 69 -
CMYK 0.70 0.72 0 0.73
HSL 242.4º 0.57% 0.17% -
HSV(B) 242.4º 0.72% 0.27% -
XYZ 1.62 1.05 5.75 -
YUV 25.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 21 19 69 0.70 0.72 0 0.73 242.4 0.57 0.17
Hex 15 13 45 46 48 0 49 F2 39 11
Octal 25 23 105 106 110 0 111 362 71 21
Binary 10101 10011 1000101 1000110 1001000 0 1001001 11110010 111001 10001

Color Harmonies of #151345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151345

Black with #151345

Text Example


Text Example

White with #151345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151345; }

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

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

background-color css

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

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

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

border-color css

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

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

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