Html Css Color HEX #0613BE Medium Blue

📋 copy color: '#0613BE'

red 6 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0613BE

Tints of Medium Blue #0613BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 190 (74.61% from 255) = 88.37%

R = 2.79%
G = 8.84%
B = 88.37%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0613BE (or 0x0613BE) is known color: Medium Blue. HEX triplet: 06, 13 and BE. RGB value is (6,19,190). Sum of RGB (Red+Green+Blue) = 6+19+190=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #0613BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0613BE is #F9EC41. Grayscale: #212121. Windows color (decimal): -16378946 or 12456710. OLE color: 12456710.

HSL color Cylindrical-coordinate representation of color #0613BE: hue angle of 235.76º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0613BE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 19 190 -
CMYK 0.97 0.90 0 0.25
HSL 235.76º 0.94% 0.38% -
HSV(B) 235.76º 0.97% 0.75% -
XYZ 9.6 4.22 49.02 -
YUV 34.61 215.69 107.6 -
System Red Green Blue C M Y K H S L
Decimal 6 19 190 0.97 0.90 0 0.25 235.76 0.94 0.38
Hex 6 13 BE 61 5A 0 19 EC 5E 26
Octal 6 23 276 141 132 0 31 354 136 46
Binary 110 10011 10111110 1100001 1011010 0 11001 11101100 1011110 100110

Color Harmonies of #0613BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613BE

Black with #0613BE

Text Example


Text Example

White with #0613BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0613BE; }

 p { color: rgb(6,19,190); }

 H1.HeaderClassName
 {
   color: #0613BE;
 }
 .AnyTagClassName
 {
   color: #0613BE;
 }
</style>

background-color css

<style>
 a { background-color: #0613BE; }

 a { background-color: rgb(6,19,190); }

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

border-color css

<style>
 span { border-color: #0613BE; }

 span { border-color: rgb(6,19,190); }

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