Html Css Color HEX #15063C Tolopea

📋 copy color: '#15063C'

red 21 ◦ green 6 ◦ blue 60

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

Shades of Tolopea #15063C

Tints of Tolopea #15063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

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

R = 24.14%
G = 6.9%
B = 68.97%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15063C (or 0x15063C) is known color: Tolopea. HEX triplet: 15, 06 and 3C. RGB value is (21,6,60). Sum of RGB (Red+Green+Blue) = 21+6+60=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #15063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15063C is #EAF9C3. Grayscale: #101010. Windows color (decimal): -15399364 or 3933717. OLE color: 3933717.

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

Color convert

RGB 21 6 60 -
CMYK 0.65 0.90 0 0.76
HSL 256.67º 0.82% 0.13% -
HSV(B) 256.67º 0.9% 0.24% -
XYZ 1.19 0.62 4.33 -
YUV 16.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 21 6 60 0.65 0.90 0 0.76 256.67 0.82 0.13
Hex 15 6 3C 41 5A 0 4C 101 52 D
Octal 25 6 74 101 132 0 114 401 122 15
Binary 10101 110 111100 1000001 1011010 0 1001100 100000001 1010010 1101

Color Harmonies of #15063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15063C

Black with #15063C

Text Example


Text Example

White with #15063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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