Html Css Color HEX #150C44 Paua

📋 copy color: '#150C44'

red 21 ◦ green 12 ◦ blue 68

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

Shades of Paua #150C44

Tints of Paua #150C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.88%

 BLUE value IS 68 (26.95% from 255) = 67.33%

R = 20.79%
G = 11.88%
B = 67.33%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#150C44 (or 0x150C44) is known color: Paua. HEX triplet: 15, 0C and 44. RGB value is (21,12,68). Sum of RGB (Red+Green+Blue) = 21+12+68=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #150C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C44 is #EAF3BB. Grayscale: #141414. Windows color (decimal): -15397820 or 4459541. OLE color: 4459541.

HSL color Cylindrical-coordinate representation of color #150C44: hue angle of 249.64º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150C44 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 12 68 -
CMYK 0.69 0.82 0 0.73
HSL 249.64º 0.7% 0.16% -
HSV(B) 249.64º 0.82% 0.27% -
XYZ 1.48 0.84 5.55 -
YUV 21.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 21 12 68 0.69 0.82 0 0.73 249.64 0.7 0.16
Hex 15 C 44 45 52 0 49 FA 46 10
Octal 25 14 104 105 122 0 111 372 106 20
Binary 10101 1100 1000100 1000101 1010010 0 1001001 11111010 1000110 10000

Color Harmonies of #150C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C44

Black with #150C44

Text Example


Text Example

White with #150C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,68); }

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

background-color css

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

 a { background-color: rgb(21,12,68); }

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

border-color css

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

 span { border-color: rgb(21,12,68); }

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