Html Css Color HEX #15464C Tiber

📋 copy color: '#15464C'

red 21 ◦ green 70 ◦ blue 76

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

Shades of Tiber #15464C

Tints of Tiber #15464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 12.57%
G = 41.92%
B = 45.51%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15464C (or 0x15464C) is known color: Tiber. HEX triplet: 15, 46 and 4C. RGB value is (21,70,76). Sum of RGB (Red+Green+Blue) = 21+70+76=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #15464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15464C is #EAB9B3. Grayscale: #373737. Windows color (decimal): -15382964 or 4998677. OLE color: 4998677.

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

Color convert

RGB 21 70 76 -
CMYK 0.72 0.08 0 0.70
HSL 186.55º 0.57% 0.19% -
HSV(B) 186.55º 0.72% 0.3% -
XYZ 3.8 5.06 7.61 -
YUV 56.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 21 70 76 0.72 0.08 0 0.70 186.55 0.57 0.19
Hex 15 46 4C 48 8 0 46 BB 39 13
Octal 25 106 114 110 10 0 106 273 71 23
Binary 10101 1000110 1001100 1001000 1000 0 1000110 10111011 111001 10011

Color Harmonies of #15464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15464C

Black with #15464C

Text Example


Text Example

White with #15464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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