Html Css Color HEX #1015CC Medium Blue

📋 copy color: '#1015CC'

red 16 ◦ green 21 ◦ blue 204

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

Shades of Medium Blue #1015CC

Tints of Medium Blue #1015CC

RGB

 RED value IS 16 (6.64% from 255) = 6.64%

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 204 (80.08% from 255) = 84.65%

R = 6.64%
G = 8.71%
B = 84.65%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1015CC (or 0x1015CC) is known color: Medium Blue. HEX triplet: 10, 15 and CC. RGB value is (16,21,204). Sum of RGB (Red+Green+Blue) = 16+21+204=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #1015CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015CC is #EFEA33. Grayscale: #272727. Windows color (decimal): -15723060 or 13374736. OLE color: 13374736.

HSL color Cylindrical-coordinate representation of color #1015CC: hue angle of 238.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1015CC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 21 204 -
CMYK 0.92 0.90 0 0.2
HSL 238.4º 0.85% 0.43% -
HSV(B) 238.4º 0.92% 0.8% -
XYZ 11.38 5.01 57.49 -
YUV 40.37 220.34 110.62 -
System Red Green Blue C M Y K H S L
Decimal 16 21 204 0.92 0.90 0 0.2 238.4 0.85 0.43
Hex 10 15 CC 5C 5A 0 14 EE 55 2B
Octal 20 25 314 134 132 0 24 356 125 53
Binary 10000 10101 11001100 1011100 1011010 0 10100 11101110 1010101 101011

Color Harmonies of #1015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015CC

Black with #1015CC

Text Example


Text Example

White with #1015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1015CC; }

 p { color: rgb(16,21,204); }

 H1.HeaderClassName
 {
   color: #1015CC;
 }
 .AnyTagClassName
 {
   color: #1015CC;
 }
</style>

background-color css

<style>
 a { background-color: #1015CC; }

 a { background-color: rgb(16,21,204); }

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

border-color css

<style>
 span { border-color: #1015CC; }

 span { border-color: rgb(16,21,204); }

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