Html Css Color HEX #150F40 Paua

📋 copy color: '#150F40'

red 21 ◦ green 15 ◦ blue 64

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

Shades of Paua #150F40

Tints of Paua #150F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 64 (25.39% from 255) = 64%

R = 21%
G = 15%
B = 64%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150F40 (or 0x150F40) is known color: Paua. HEX triplet: 15, 0F and 40. RGB value is (21,15,64). Sum of RGB (Red+Green+Blue) = 21+15+64=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #150F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F40 is #EAF0BF. Grayscale: #161616. Windows color (decimal): -15397056 or 4198165. OLE color: 4198165.

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

Color convert

RGB 21 15 64 -
CMYK 0.67 0.77 0 0.75
HSL 247.35º 0.62% 0.15% -
HSV(B) 247.35º 0.77% 0.25% -
XYZ 1.41 0.87 4.94 -
YUV 22.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 21 15 64 0.67 0.77 0 0.75 247.35 0.62 0.15
Hex 15 F 40 43 4D 0 4B F7 3E F
Octal 25 17 100 103 115 0 113 367 76 17
Binary 10101 1111 1000000 1000011 1001101 0 1001011 11110111 111110 1111

Color Harmonies of #150F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F40

Black with #150F40

Text Example


Text Example

White with #150F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,64); }

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

background-color css

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

 a { background-color: rgb(21,15,64); }

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

border-color css

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

 span { border-color: rgb(21,15,64); }

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