Html Css Color HEX #15073C Tolopea

📋 copy color: '#15073C'

red 21 ◦ green 7 ◦ blue 60

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

Shades of Tolopea #15073C

Tints of Tolopea #15073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 68.18%

R = 23.86%
G = 7.95%
B = 68.18%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15073C (or 0x15073C) is known color: Tolopea. HEX triplet: 15, 07 and 3C. RGB value is (21,7,60). Sum of RGB (Red+Green+Blue) = 21+7+60=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #15073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15073C is #EAF8C3. Grayscale: #111111. Windows color (decimal): -15399108 or 3933973. OLE color: 3933973.

HSL color Cylindrical-coordinate representation of color #15073C: hue angle of 255.85º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15073C is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 7 60 -
CMYK 0.65 0.88 0 0.76
HSL 255.85º 0.79% 0.13% -
HSV(B) 255.85º 0.88% 0.24% -
XYZ 1.2 0.64 4.33 -
YUV 17.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 21 7 60 0.65 0.88 0 0.76 255.85 0.79 0.13
Hex 15 7 3C 41 58 0 4C 100 4F D
Octal 25 7 74 101 130 0 114 400 117 15
Binary 10101 111 111100 1000001 1011000 0 1001100 100000000 1001111 1101

Color Harmonies of #15073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15073C

Black with #15073C

Text Example


Text Example

White with #15073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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