Html Css Color HEX #15174F Paua

📋 copy color: '#15174F'

red 21 ◦ green 23 ◦ blue 79

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

Shades of Paua #15174F

Tints of Paua #15174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 79 (31.25% from 255) = 64.23%

R = 17.07%
G = 18.7%
B = 64.23%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15174F (or 0x15174F) is known color: Paua. HEX triplet: 15, 17 and 4F. RGB value is (21,23,79). Sum of RGB (Red+Green+Blue) = 21+23+79=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #15174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15174F is #EAE8B0. Grayscale: #1C1C1C. Windows color (decimal): -15394993 or 5183253. OLE color: 5183253.

HSL color Cylindrical-coordinate representation of color #15174F: hue angle of 237.93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15174F is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 23 79 -
CMYK 0.73 0.71 0 0.69
HSL 237.93º 0.58% 0.2% -
HSV(B) 237.93º 0.73% 0.31% -
XYZ 2.03 1.34 7.55 -
YUV 28.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 21 23 79 0.73 0.71 0 0.69 237.93 0.58 0.2
Hex 15 17 4F 49 47 0 45 EE 3A 14
Octal 25 27 117 111 107 0 105 356 72 24
Binary 10101 10111 1001111 1001001 1000111 0 1000101 11101110 111010 10100

Color Harmonies of #15174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15174F

Black with #15174F

Text Example


Text Example

White with #15174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15174F; }

 p { color: rgb(21,23,79); }

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

background-color css

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

 a { background-color: rgb(21,23,79); }

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

border-color css

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

 span { border-color: rgb(21,23,79); }

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