Html Css Color HEX #0015CD Medium Blue

📋 copy color: '#0015CD'

red 0 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #0015CD

Tints of Medium Blue #0015CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 205 (80.47% from 255) = 90.71%

R = 0%
G = 9.29%
B = 90.71%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0015CD (or 0x0015CD) is known color: Medium Blue. HEX triplet: 00, 15 and CD. RGB value is (0,21,205). Sum of RGB (Red+Green+Blue) = 0+21+205=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 205 (80.47% from 255 or 90.71% from 226); Max value from RGB is 205 - color contains mainly: blue. Hex color #0015CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015CD is #FFEA32. Grayscale: #222222. Windows color (decimal): -16771635 or 13440256. OLE color: 13440256.

HSL color Cylindrical-coordinate representation of color #0015CD: hue angle of 233.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0015CD is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 21 205 -
CMYK 1 0.90 0 0.20
HSL 233.85º 1% 0.4% -
HSV(B) 233.85º 1% 0.8% -
XYZ 11.29 4.94 58.12 -
YUV 35.7 223.54 102.54 -
System Red Green Blue C M Y K H S L
Decimal 0 21 205 1 0.90 0 0.20 233.85 1 0.4
Hex 0 15 CD 64 5A 0 14 EA 64 28
Octal 0 25 315 144 132 0 24 352 144 50
Binary 0 10101 11001101 1100100 1011010 0 10100 11101010 1100100 101000

Color Harmonies of #0015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0015CD

Black with #0015CD

Text Example


Text Example

White with #0015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0015CD; }

 p { color: rgb(0,21,205); }

 H1.HeaderClassName
 {
   color: #0015CD;
 }
 .AnyTagClassName
 {
   color: #0015CD;
 }
</style>

background-color css

<style>
 a { background-color: #0015CD; }

 a { background-color: rgb(0,21,205); }

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

border-color css

<style>
 span { border-color: #0015CD; }

 span { border-color: rgb(0,21,205); }

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