Html Css Color HEX #150E41 Paua

📋 copy color: '#150E41'

red 21 ◦ green 14 ◦ blue 65

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

Shades of Paua #150E41

Tints of Paua #150E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14%

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

R = 21%
G = 14%
B = 65%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150E41 (or 0x150E41) is known color: Paua. HEX triplet: 15, 0E and 41. RGB value is (21,14,65). Sum of RGB (Red+Green+Blue) = 21+14+65=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #150E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E41 is #EAF1BE. Grayscale: #151515. Windows color (decimal): -15397311 or 4263445. OLE color: 4263445.

HSL color Cylindrical-coordinate representation of color #150E41: hue angle of 248.24º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150E41 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 14 65 -
CMYK 0.68 0.78 0 0.75
HSL 248.24º 0.65% 0.15% -
HSV(B) 248.24º 0.78% 0.25% -
XYZ 1.42 0.86 5.09 -
YUV 21.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 21 14 65 0.68 0.78 0 0.75 248.24 0.65 0.15
Hex 15 E 41 44 4E 0 4B F8 41 F
Octal 25 16 101 104 116 0 113 370 101 17
Binary 10101 1110 1000001 1000100 1001110 0 1001011 11111000 1000001 1111

Color Harmonies of #150E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E41

Black with #150E41

Text Example


Text Example

White with #150E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E41; }

 p { color: rgb(21,14,65); }

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

background-color css

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

 a { background-color: rgb(21,14,65); }

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

border-color css

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

 span { border-color: rgb(21,14,65); }

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