Html Css Color HEX #0615BA Medium Blue

📋 copy color: '#0615BA'

red 6 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #0615BA

Tints of Medium Blue #0615BA

RGB

 RED value IS 6 (2.73% from 255) = 2.82%

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

 BLUE value IS 186 (73.05% from 255) = 87.32%

R = 2.82%
G = 9.86%
B = 87.32%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0615BA (or 0x0615BA) is known color: Medium Blue. HEX triplet: 06, 15 and BA. RGB value is (6,21,186). Sum of RGB (Red+Green+Blue) = 6+21+186=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #0615BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0615BA is #F9EA45. Grayscale: #222222. Windows color (decimal): -16378438 or 12195078. OLE color: 12195078.

HSL color Cylindrical-coordinate representation of color #0615BA: hue angle of 235º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0615BA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 21 186 -
CMYK 0.97 0.89 0 0.27
HSL 235º 0.94% 0.38% -
HSV(B) 235º 0.97% 0.73% -
XYZ 9.21 4.12 46.76 -
YUV 35.33 213.03 107.08 -
System Red Green Blue C M Y K H S L
Decimal 6 21 186 0.97 0.89 0 0.27 235 0.94 0.38
Hex 6 15 BA 61 59 0 1B EB 5E 26
Octal 6 25 272 141 131 0 33 353 136 46
Binary 110 10101 10111010 1100001 1011001 0 11011 11101011 1011110 100110

Color Harmonies of #0615BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0615BA

Black with #0615BA

Text Example


Text Example

White with #0615BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0615BA; }

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

 H1.HeaderClassName
 {
   color: #0615BA;
 }
 .AnyTagClassName
 {
   color: #0615BA;
 }
</style>

background-color css

<style>
 a { background-color: #0615BA; }

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

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

border-color css

<style>
 span { border-color: #0615BA; }

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

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