Html Css Color HEX #0615DB Medium Blue

📋 copy color: '#0615DB'

red 6 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #0615DB

Tints of Medium Blue #0615DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 89.02%

R = 2.44%
G = 8.54%
B = 89.02%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0615DB (or 0x0615DB) is known color: Medium Blue. HEX triplet: 06, 15 and DB. RGB value is (6,21,219). Sum of RGB (Red+Green+Blue) = 6+21+219=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #0615DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0615DB is #F9EA24. Grayscale: #262626. Windows color (decimal): -16378405 or 14357766. OLE color: 14357766.

HSL color Cylindrical-coordinate representation of color #0615DB: hue angle of 235.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0615DB is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 21 219 -
CMYK 0.97 0.90 0 0.14
HSL 235.77º 0.95% 0.44% -
HSV(B) 235.77º 0.97% 0.86% -
XYZ 13.13 5.69 67.42 -
YUV 39.09 229.53 104.4 -
System Red Green Blue C M Y K H S L
Decimal 6 21 219 0.97 0.90 0 0.14 235.77 0.95 0.44
Hex 6 15 DB 61 5A 0 E EC 5F 2C
Octal 6 25 333 141 132 0 16 354 137 54
Binary 110 10101 11011011 1100001 1011010 0 1110 11101100 1011111 101100

Color Harmonies of #0615DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0615DB

Black with #0615DB

Text Example


Text Example

White with #0615DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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