Html Css Color HEX #15074C Paua

📋 copy color: '#15074C'

red 21 ◦ green 7 ◦ blue 76

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

Shades of Paua #15074C

Tints of Paua #15074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

 BLUE value IS 76 (30.08% from 255) = 73.08%

R = 20.19%
G = 6.73%
B = 73.08%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15074C (or 0x15074C) is known color: Paua. HEX triplet: 15, 07 and 4C. RGB value is (21,7,76). Sum of RGB (Red+Green+Blue) = 21+7+76=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #15074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15074C is #EAF8B3. Grayscale: #121212. Windows color (decimal): -15399092 or 4982549. OLE color: 4982549.

HSL color Cylindrical-coordinate representation of color #15074C: hue angle of 252.17º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15074C is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 7 76 -
CMYK 0.72 0.91 0 0.70
HSL 252.17º 0.83% 0.16% -
HSV(B) 252.17º 0.91% 0.3% -
XYZ 1.69 0.83 6.91 -
YUV 19.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 21 7 76 0.72 0.91 0 0.70 252.17 0.83 0.16
Hex 15 7 4C 48 5B 0 46 FC 53 10
Octal 25 7 114 110 133 0 106 374 123 20
Binary 10101 111 1001100 1001000 1011011 0 1000110 11111100 1010011 10000

Color Harmonies of #15074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15074C

Black with #15074C

Text Example


Text Example

White with #15074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15074C; }

 p { color: rgb(21,7,76); }

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

background-color css

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

 a { background-color: rgb(21,7,76); }

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

border-color css

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

 span { border-color: rgb(21,7,76); }

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