Html Css Color HEX #15424A Tiber

📋 copy color: '#15424A'

red 21 ◦ green 66 ◦ blue 74

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

Shades of Tiber #15424A

Tints of Tiber #15424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 13.04%
G = 40.99%
B = 45.96%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15424A (or 0x15424A) is known color: Tiber. HEX triplet: 15, 42 and 4A. RGB value is (21,66,74). Sum of RGB (Red+Green+Blue) = 21+66+74=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #15424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15424A is #EABDB5. Grayscale: #353535. Windows color (decimal): -15383990 or 4866581. OLE color: 4866581.

HSL color Cylindrical-coordinate representation of color #15424A: hue angle of 189.06º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15424A is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 66 74 -
CMYK 0.72 0.11 0 0.71
HSL 189.06º 0.56% 0.19% -
HSV(B) 189.06º 0.72% 0.29% -
XYZ 3.49 4.55 7.17 -
YUV 53.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 21 66 74 0.72 0.11 0 0.71 189.06 0.56 0.19
Hex 15 42 4A 48 B 0 47 BD 38 13
Octal 25 102 112 110 13 0 107 275 70 23
Binary 10101 1000010 1001010 1001000 1011 0 1000111 10111101 111000 10011

Color Harmonies of #15424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15424A

Black with #15424A

Text Example


Text Example

White with #15424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15424A; }

 p { color: rgb(21,66,74); }

 H1.HeaderClassName
 {
   color: #15424A;
 }
 .AnyTagClassName
 {
   color: #15424A;
 }
</style>

background-color css

<style>
 a { background-color: #15424A; }

 a { background-color: rgb(21,66,74); }

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

border-color css

<style>
 span { border-color: #15424A; }

 span { border-color: rgb(21,66,74); }

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