Html Css Color HEX #0614BE Medium Blue

📋 copy color: '#0614BE'

red 6 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #0614BE

Tints of Medium Blue #0614BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 2.78%
G = 9.26%
B = 87.96%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0614BE (or 0x0614BE) is known color: Medium Blue. HEX triplet: 06, 14 and BE. RGB value is (6,20,190). Sum of RGB (Red+Green+Blue) = 6+20+190=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0614BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614BE is #F9EB41. Grayscale: #222222. Windows color (decimal): -16378690 or 12456966. OLE color: 12456966.

HSL color Cylindrical-coordinate representation of color #0614BE: hue angle of 235.43º 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 #0614BE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 20 190 -
CMYK 0.97 0.89 0 0.25
HSL 235.43º 0.94% 0.38% -
HSV(B) 235.43º 0.97% 0.75% -
XYZ 9.62 4.26 49.03 -
YUV 35.19 215.36 107.18 -
System Red Green Blue C M Y K H S L
Decimal 6 20 190 0.97 0.89 0 0.25 235.43 0.94 0.38
Hex 6 14 BE 61 59 0 19 EB 5E 26
Octal 6 24 276 141 131 0 31 353 136 46
Binary 110 10100 10111110 1100001 1011001 0 11001 11101011 1011110 100110

Color Harmonies of #0614BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614BE

Black with #0614BE

Text Example


Text Example

White with #0614BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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